• Resolved raducu23

    (@raducu23)


    Hello,

    I want to change the background color of the actual homepage which is white in green. I managed to change everything else except the color of the homepage. Any help will be highly appreciated. Thank you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    You’ve not specified which colour you which to update it to, so I’m using red as an example. Feel free to change the HEX code to whatever you wish, but please try the following CSS:

    .site-content {
    background: #ff0000 none repeat scroll 0% 0% !important;
    }

    .navbar {
    background: #ff0000 !important;
    }

    If you wanted to change the area which is currently white (using red as an example again):

    article.hentry {
    background-color: #ff0000 !important;
    }

    Let me know if this is what you were intending. ??

    Thread Starter raducu23

    (@raducu23)

    It worked, you’re the man @torres126 ! Thanks.

    You’re welcome! Happy to help. ??

    Hi @torres126,

    Your response to thread is really of an immense help, in addition do you have a solution to:

    1. change the green ribbon color and button colors
    2. change the color of about section
    3. change the size of logos in client section

    any help would really be appreciated
    many thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change the color of homepage’ is closed to new replies.