Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1337713
    JfantasyBooks
    Participant

    Hello Again!,

    Details:

    Name: JFantasyBooks
    Site: Fantasy-Books
    Site Url: https://fantasy-books.live
    WordPress Version: 4.7.1
    X Version: 4.6.4
    Cornerstone Plugin Version: 1.33

    Problem:

    1. I would like to change the color of a single page.

    Can you show me how?

    2. Can you show me how to change all pages?

    #1337798
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    To change color for single page you can take advantage for pageid. Please refer following thread to locate page id:

    https://community.theme.co/kb/how-to-locate-post-ids/

    Thanks.

    #1337811
    JfantasyBooks
    Participant

    Is there no CSS for it?

    And I can’t even change the color of the page for the site in the customizer.

    #1337896
    Lely
    Moderator

    Hello There,

    1.) Can you clarify which part of the page you want to change color? For example, change homepage background, the following CSS will work:

    .home div#top {
        background-color: red;
    }

    For About page:

    .page-id-5 div#top {
        background-color: red;
    }

    To include other page:

    .page-id-5 div#top,
    .page-id-6 div#top {
        background-color: red;
    }

    For all page type:

    .pagediv#top{
        background-color: red;
    }

    There is background settings on Appearance > Customize > Layout and Design. But then that would be sitewide and not page specific.

    Hope this helps.

    #1346940
    JfantasyBooks
    Participant

    Thank You.

    #1347209
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1337713 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>