Tagged: related posts
Hello
I would like to change color for slider article’s titles and related post’s titles ? Could you tell if it’s h3, h4 ? …
Thanks for your help
Hey sandra1307,
Please provide a link to the site/page in question.
Best regards,
Jordan Shannon
Thank for your help
Hi,
Add this to quick css:
h3.slide-entry-title.entry-title a{
color:#000!important;
}
Best regards,
Jordan Shannon
Thank you !
and for related post’s titles ?
Hi,
Can you screenshot the section you are speaking of?
Best regards,
Jordan Shannon
Sorry I can’t today
For exemple here :
https://kriesi.at/themedemo/?theme=enfold-overview
I would like the title’s color (black) become red for exemple : how can I do ?
Thanks for your help
Hi,
I’m currently seeing the related titles in pink. Please provide a screen when possible.
Best regards,
Jordan Shannon
Yes they are pink, I would like black. How can I do ?
Thanks
Hi,
Try this code in the General Styling > Quick CSS field:
.main_color strong.av-related-title {color: #000 !important;}
Best regards,
Mike
Great !
It works in appearance > personnalize > additionnal CSS not in the General Styling
thanks for your help ! you can close :-)