-
AuthorPosts
-
May 29, 2018 at 10:08 pm #963954
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
May 29, 2018 at 10:26 pm #963960Hey KingFilly,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonMay 29, 2018 at 10:55 pm #963971Hi Jordan,
sure. link and PW are in private content section.
regards filip
May 30, 2018 at 6:07 pm #964430Hi,
Add this to quick css:
article h3.slide-entry-title.entry-title{ color:#000!important; }Best regards,
Jordan ShannonMay 30, 2018 at 8:59 pm #964495Hi 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)
May 30, 2018 at 10:33 pm #964530Hi,
So just one page needs the white text? If so please link me to it.
Best regards,
Jordan ShannonMay 30, 2018 at 10:44 pm #964538Hi,
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 blackMay 30, 2018 at 10:59 pm #964552Hi,
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 ShannonJune 5, 2018 at 12:48 am #966919Like a charm Jordan. thank you so much.
you can close this thread now.June 5, 2018 at 7:53 am #967022Hi,
I’m glad you got this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Change color Title Postslider’ is closed to new replies.
