Comments Ricardo started the conversationFebruary 6, 2018 at 12:36pmHello, How can I change the color of bullet points and links in the body copy? Thanks! 1,974Support repliedFebruary 7, 2018 at 1:27amHi Ricardo please give us more details (page urls, screenshots location within the page). For example any <a> links throughout the website?Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyRicardo repliedFebruary 7, 2018 at 4:44pmHello, sorry about that. Here's the post, I'd like all the URL links on the entire site to be a certain color, as well as the bullet points.http://thisisbien.com/multicultural-marketing-total-market/Thanks! 1,974Support repliedFebruary 8, 2018 at 10:40pmHi,add thisa:hover, a:active { color: #000;} a { color: #000;}for colored links (changing the colour code of course)li { color: #333;}for bulletsadd the css code to theme options -> styling options -> custom CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyRicardo repliedFebruary 13, 2018 at 8:32pmThanks so much! You guys are the best. Sign in to reply ...
Hello,
How can I change the color of bullet points and links in the body copy?
Thanks!
Hi Ricardo please give us more details (page urls, screenshots location within the page). For example any <a> links throughout the website?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello, sorry about that. Here's the post, I'd like all the URL links on the entire site to be a certain color, as well as the bullet points.
http://thisisbien.com/multicultural-marketing-total-market/
Thanks!
Hi,
add this
a:hover, a:active {
color: #000;
}
a {
color: #000;
}
for colored links (changing the colour code of course)
li {
color: #333;
}
for bullets
add the css code to theme options -> styling options -> custom CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks so much! You guys are the best.