Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1961
    smgrayson8
    Member

    I wouldn’t consider myself a complete noob to css, but I’m having the hardest time finding the right thing to change for the header bg; that gray color is just not working for me… I did get the pro version, so is there anyway possible for me to do this?

    #1993
    Sakin
    Keymaster

    @smgrayson8: The grey background in from the background image defined in #header css. So, you can add in custom css in “Custom CSS” box in your theme option under Appearance Tab of your WordPress Dashboard.

    For example to change the color you can do like this:

    #header {
    background: none #000;
    }

    #2043
    smgrayson8
    Member

    Thank you, however this did not work. Is just putting what you wrote not sufficient enough? Is more CSS needed? (If that makes sense.)

    #2044
    Sakin
    Keymaster

    @smgrayson8: I need your site url to check in details.

    #2051
    smgrayson8
    Member

    It’s an embarrassing work-in-progress, but here it is: Panelsandposes.com 

    Don’t laugh <___<

    #2061
    Sakin
    Keymaster

    @smgrayson8 : No problem. You are doing great. You are using Simple Catch Pro theme which is different then simple catch theme. So, for this you can use the css as below:

    #branding {
    background: none #000;
    }

    #3030
    amberatx
    Member

    I successfully changed my background color once in #header, but when I recently went back and changed the color it is not displaying properly. I can see through firebug what is overriding the change, but I don’t understand the description it’s giving…just a folder, not a .css. Can anyone point me in the right direction?

    http://www.heirloombloomsgardens.com/seeds/

    Thanks in advance!

    #3034
    Sakin
    Keymaster

    @amberatx: I looked at you site and you have successfully changed the header background. You need add the following CSS in “Custom CSS” box in your Theme Options.

    #header {
    background: none #A9C6A9;
    }

    Please don’t add any addition css in style.css directly in parent theme. But I see that you have build Child theme. If that is the case then you don’t need to add it in “Custom CSS” box. You can add it in child theme style.css

    In your case I see that you have added in both places. In child theme style.css and in theme options. That why it is a problem.

    #3103
    evabigtree
    Participant

    Hi i tried to do the same thing through custom CSS. but i still cant change my header background color From grey to WHITE. can you help me please?

     

     

    #3110
    Sakin
    Keymaster

    @evabigtree: Please post in your site URL so that I can check it and give you the answer.

    #3237
    amberatx
    Member

    @sakin, Thank you! I forgot I had added it to “Custom CSS”! Forgot about that box in theme options altogether once I started using the “editor” in the appearance menu.

    #3246
    Sakin
    Keymaster

    @amberatx: Please don’t use editor and edit the core theme file. Use “Custom CSS” box.

    #12360
    k.capelli
    Member

    Can I use my own image to replace the header with Simple Catch Pro?

    #12376
    Sakin
    Keymaster

    @k.capelli: Yes you can. Check out the theme instruction of Simple Catch Pro at http://catchthemes.com/theme-instructions/simple-catch-pro/

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Changing Header bg color’ is closed to new replies.