Hi ๐
I would like to change the title color of my blog post in a post slider.
I would like the font of the post title to be 24 and the title / link color #969f6a and the hover over color #e7b8b8
Is there er kode for this to put in the Quick CSS ?
Thanks for a nice theme ๐
Hey nicolealbaek,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
#top .avia-content-slider .slide-entry-title.entry-title,
#top .avia-content-slider .slide-entry-title.entry-title a {
font-size: 24px;
color: #969f6a !important;
}
#top .avia-content-slider .slide-entry-title.entry-title a:hover {
color: #e7b8b8 !important;
}
Best regards,
Nikko
Hi nicolealbaek,
Weโre glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko