I would like to change the title color of the blogs that are shown in the Post Slider.
i thought i found a solution with this:
.html_elegant-blog .avia-content-slider .slide-entry-title {
color: white;
}
But this changes the color of blogtitles on all pages that has a Post Slider or Blog grid.
I would like that the Post Slider titles are inherent.
Adding .page-id-26 (page id of specific page) doesn’t work.
Can you help me out? thanks in advance
Hey KingFilly,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi Jordan,
sure. link and PW are in private content section.
regards filip
Hi,
Add this to quick css:
article h3.slide-entry-title.entry-title{
color:#000!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
After adding codes my Blog Titles in the Post slider on the homepage are black. I would like to have it in white. The Blog Articles Grid on the other page should be inherent, (black)
Hi,
So just one page needs the white text? If so please link me to it.
Best regards,
Jordan Shannon
Hi,
link in private content.
It was white, before i added your code. I manage to get it white by this code:
.html_elegant-blog .avia-content-slider .slide-entry-title {
color: white;
}
I would like to have black text in blog grid on the blog page. see link in private content.
With your code this works, but makes al blog / posts black
Hi,
Thanks for clarifying. Please add this to quick css:
.page-id-83 article h3.slide-entry-title.entry-title{
color:#000!important;
}
This should target the blog page only.
Best regards,
Jordan Shannon
Like a charm Jordan. thank you so much.
you can close this thread now.
Hi,
I’m glad you got this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon