[Resolved] How to change color copyright bar for only home page

Home Forums Support [Resolved] How to change color copyright bar for only home page

Home Forums Support How to change color copyright bar for only home page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2071557
    steven

    Hello !

    How to change color copyright bar for only home page ?

    I want to leave the copyrihght bar in black on the home page and leave it blank on the rest of the pages

    Thanks you !

    #2071692
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS:

    .home .site-info {
        background-color: #f00;
        color: #000;
    }
    #2072280
    steven

    Thanks you David, it’s working.

    so as you can see on my site my copyright bar is black on the home page and white on the rest of the site. the problem is that I have the copyright text in white. I would like to put it in black for all the site and leave it in white as is already the case on the home page

    #2072316
    David
    Staff
    Customer Support

    OK – in Customizer > Colors set the footer colors you require for ALL the other pages.
    And then change your CSS to this to set the home page colors:

    .home .site-info {
        background-color: #454040;
        color: #fff;
    }
    #2072592
    steven

    Thanks You David it’s working.

    #2072637
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.