• Is there a way to change the Gray header background on the Admired theme header? I’d like it to match the Bakery site a little better. Like a Cream color. The site can be seen here. http://173.254.28.68/~sibling7/
    If you can direct me to the correct coding and what to replace it with, I think I can take it from there! Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • .wp-pagenavi .current, #header, #foot_wrap {
    background-color: #333;

    In the Admired documentation it says you can customize the theme using the theme editor. You can put the CSS code above in the theme editor. Change the #333 to the color you want.

    can anyone give more details about this. I cant find this code anywhere.

    Does the theme have a custom CSS section? If so, add the above there and change the color to whatever you like. If not, then add custom CSS using a plugin and add the code there. If that does not work, please post a link to your site.

    I added the below to my Admired-Child style.css in hopes of getting the gray block to disappear from behind my header graphic.

    It didn’t do anything as far as I can tell

    @import url(“../admired/style.css”);

    /* Add specific style overrides below.
    ————————————-*/

    .wp-pagenavi .current, #header, #foot_wrap {
    background-color: #ffffff;

    Hi everyone,
    I have the same problem, but I don’t understand where and how I can change the color.
    Could you give me more details about, please?
    or Do you know a pluging that could solve me the problem?
    Big Thanks
    Vale

    Moreover I have just tried to add above code in my style.css (on the end) but doesn’t work!

    I would like to have the background like this:

    http://www.plugvalvefactory.com/

    In this the skin style “kiss of orange” was changed but how?!?!

    What could I do to change my backgroud? Which code I have to add or change in my style.css?

    Thanks again
    Vale

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Could you create a new thread here: http://wordpress.org/support/theme/admired#postform

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change the Background Header color on site.’ is closed to new replies.