Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #963960

    Hey KingFilly,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #963971

    Hi Jordan,

    sure. link and PW are in private content section.

    regards filip

    #964430

    Hi,

    Add this to quick css:

    article h3.slide-entry-title.entry-title{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #964495

    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)

    #964530

    Hi,

    So just one page needs the white text? If so please link me to it.

    Best regards,
    Jordan Shannon

    #964538

    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

    #964552

    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

    #966919

    Like a charm Jordan. thank you so much.
    you can close this thread now.

    #967022

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Change color Title Postslider’ is closed to new replies.