Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #824471

    Hi Guys,

    Is it possible to have only 1 one page different heading colors from the blog articles than others?
    I have tried different codes but it didnt seem to work. I tought i could fix it with this code:

    .postid-3064 .avia-content-slider .slide-entry-title {
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 0;
    color: white;
    }

    or .avia-content-slider .slide-entry-title .postid-3064 {
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 0;
    color: white;
    }

    There is only 1 page that needs to be black and the rest is white. See private.

    Thanks again guys!

    #824475

    I did this now:

    .avia-content-slider .slide-entry-title {
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 0;
    color: white;
    }

    .page-id-54 .avia-content-slider .slide-entry-title {
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 0;
    color: black !important;
    }

    .page-id-3677 .avia-content-slider .slide-entry-title {
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 0;
    color: black !important;
    }

    And it seemed to work out of the no where.. Maybe i did something wrong but to me it looks like its working now.

    #824492

    Hi Angelo,

    We’re glad that it works! :) Do you need further help with this, or can we close this thread?

    Best regards,
    Sarah

    #828443

    Yes you can close it! thanks

    #828610

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blog articles on 1 page different headings that others’ is closed to new replies.