Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #106177
    lindagoodling
    Participant

    Hi I am using the Catch Evolution Theme, and I can basically do anything, but change the background color of the header, which is light green, which does not work with my logo.
    If I customize the header, it does not show the background color, but my page does.
    Would appreciate any ideas how to fix this problem.

    #106188
    Pratik
    Participant

    Hi @lindagoodling,

    Please post in your site url so I can check it.

    Regards,
    Pratik

    #106203
    lindagoodling
    Participant

    Hi Pratik,
    thanks for your reply.
    I have had help with the original setup of my web page from a web developer.
    The color scheme at this time was ok,but I changed my line of work and also my logo.
    The header is a light green, which I would like to be just the page background color, and the footer is a dark green, which I would like to change into a dark grey, if possible.
    I am not fit in HTML nor PHP, but I programmed in other languages before, so I can change the CSS if you give me instructions where and what to change or include.

    I would like to keep the colors gray, light purple, and black if anyhow possible.

    My web site is: http://www.lindagoodling.com

    #106225
    Pratik
    Participant

    Hi @lindagoodling,

    Goto Appearance=> Customize=> Additional CSS and remove following codes first:

    
    #header-content {
        background-color: #D6F4D2;
    }
    

    and

    
    #site-generator {
        background-color: #255519;
        color: #ffffff;
    }
    

    Then, add following code in same place:

    
    #site-generator {
        background-color: #888888;
    }
    

    I have not changed other colors. Let me know how it goes.

    Regards,
    Pratik

    #106302
    lindagoodling
    Participant

    Hi Pratik,

    Happy new year!

    Thank you so much for your help!
    I was playing around with the colors and I am getting closer to what it should look like!

    Thanks again for your help!

    Linda

    #108299
    lindagoodling
    Participant

    Hi Pratik,
    I am close to how I would like my page to look like…..
    Just one single problem with the design:

    I would like to change the font, size and color of the tag line….. a deeper grey, a little bigger, and maybe bold.

    Would you be able to help me with that?

    I am not sure, how the function is named to describe the text attributes of the tag line.

    Thank you so much for your help!

    Linda

    #108308
    Pratik
    Participant

    Hi @lindagoodling,

    Try following:

    
    #site-description {
        color: #5e5e5e;
        font-size: 20px;
        font-weight: bold;
    }
    

    If this gray color does not match your needs, choose any hex color from http://www.color-hex.com/color/7b8994. Just replace #5e5e5e with your desired color.

    Same goes for font-size. Just increase/decrease the 20.

    Remove font-weight: bold; if you do not want the bold font.

    Regards,
    Pratik

    #108313
    lindagoodling
    Participant

    Hi Pratik,

    I just added it my the additional css and changed the fontt size and color – looks great!
    Thanks so much for your very professional and fast response!

    Linda

    #108320
    Pratik
    Participant

    Hi Linda,

    Thank you for the appreciation. If you liked our theme and support, please give us a review at https://wordpress.org/support/theme/catch-evolution/reviews/#new-post.

    Regards,
    Pratik

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Catch Evolution – Header Background Color does not change’ is closed to new replies.