Home › Forums › All Other Themes › Theme: SKT Pathway Pro
- This topic has 13 replies, 2 voices, and was last updated 4 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
December 11, 2019 at 1:53 pm #141162
Hi
is it possible to change the bullet graphic or colour
see green bullet sample: https://www.grahamwilliams.co.uk/terms/
thanks
December 12, 2019 at 5:39 am #141196Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
section ul li, .content-area ul li, .content-area ol li ul li { -webkit-filter: hue-rotate(-60deg); filter: hue-rotate(-60deg); }
Regards,
DaveDecember 12, 2019 at 8:13 am #141264thanks
how do I change the colour, ie: for this site: https://www.gabo.org.uk/biography/
or can I change the graphic?
December 13, 2019 at 6:07 am #141326Hi,
Kindly use this one:
section ul li, .content-area ul li, .content-area ol li ul li { -webkit-filter: hue-rotate(128deg); filter: hue-rotate(128deg); }
Regards,
DaveDecember 13, 2019 at 8:45 am #141357many thanks, just updated this site using the same theme using the code sent, working well.
but still have default (green) in the woo shop pages, for example: https://medicalportfolios.co.uk/product/plastic-surgery-dividers/
where in the appearance section can these green element be changed please?
December 16, 2019 at 7:00 am #141462Hi,
Kindly use this one:
section ul li, .content-area ul li, .content-area ol li ul li { -webkit-filter: hue-rotate(-46deg); filter: hue-rotate(-46deg); }
Regards,
DaveDecember 16, 2019 at 7:59 am #141468hi, thanks…
still getting green elements on some pages: https://medicalportfolios.co.uk/product/anaesthetic-appraisal-revalidation-set/
December 17, 2019 at 8:54 am #141535Hi,
Kindly use this CSS code.
section ul li, .content-area ul li, .content-area ol li ul li { background:none;} tab-description ul li::before { content: "\f058"; border-radius: 100%; display: inline-block; font-family: fontawesome; color:#f5b341; position: absolute; left: 2px; }
Regards,
DaveDecember 17, 2019 at 8:56 am #141536thanks, all green has dissappeared
December 17, 2019 at 11:00 am #141547lost all bullets?
https://medicalportfolios.co.uk/product/generic-interview-sets/
December 18, 2019 at 5:09 am #141566Hi,
Kindly use this code:
section ul li::before, .content-area ul li::before, .content-area ol li ul li::before { background:none;} tab-description ul li::before { content: "\f058"; border-radius: 100%; display: inline-block; font-family: fontawesome; color:#f5b341; position: absolute; left: 2px; }
Regards,
DaveDecember 20, 2019 at 3:24 pm #141786Hi, the code recommended is changing the image saturation on woo commerce thumbnails!!!
December 20, 2019 at 3:45 pm #141787this is the code I removed…
section ul li, .content-area ul li, .content-area ol li ul li {
-webkit-filter: hue-rotate(-30deg);
filter: hue-rotate(-30deg);
}section ul li, .content-area ul li, .content-area ol li ul li {
-webkit-filter: hue-rotate(-46deg);
filter: hue-rotate(-46deg);
}section ul li, .content-area ul li, .content-area ol li ul li { background:none;}
tab-description ul li::before {
content: “f058”;
border-radius: 100%;
display: inline-block;
font-family: fontawesome;
color:#f5b341;
position: absolute;
left: 2px;
}December 23, 2019 at 5:32 am #141827Hi,
Only remove this code:
section ul li, .content-area ul li, .content-area ol li ul li { -webkit-filter: hue-rotate(-30deg); filter: hue-rotate(-30deg); } section ul li, .content-area ul li, .content-area ol li ul li { -webkit-filter: hue-rotate(-46deg); filter: hue-rotate(-46deg); }
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.