Home Forums Pro Themes Photo Perfect Pro Front page color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #21570
    donnabia
    Participant

    Hello, I finally figured out how to get my site the way I want it to look. In the past you sent the code to change the pages except the front/home page color. I now need to change this page color to match the rest of my site. Could you help? Many thanks! http://www.donnabiancagallery.com

    #21587
    wensolutions
    Keymaster

    To change the homepage background color, use the following custom CSS. Paste it in Appearance -> Customize -> Theme Options -> Advance Options -> Custom CSS

    .home.archive-layout-masonry #main {
        background: #000000; /* black color*/
    }

    Note : You can change the HEX color value to your own choice.

    Hope this helps !

    #21626
    donnabia
    Participant

    Thank you very much but unfortunately, this code didn’t work at all. I tried several times and I had others try too. Nothing happened.

    #21629
    wensolutions
    Keymaster

    Hello,

    Please add the below given CSS to
    Dashboard -> Appearance -> Customize -> Theme Options -> Advanced Option

    .home.page #main {
        background: #000000;
    }

    Hope it helps.
    Best regards.

    #21632
    donnabia
    Participant

    It worked! thank you.

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