Color changes please ?

  • Anonymous

    #1464

    Dear Mister Hakim,

    I come back in this section of the forum more suitable for some additional questions if you dont’ mind.

    (I deal with my previous slideshow problem we talked about).

    1/ Firstable, would you mind to give me the original colours of the theme, especially for the content area as I changed them in the options of the theme and now I can’t return to the original (even when I uninstall the theme and re-install it)

    2/Secondary, could you please tell me the code I have to insert in style.css to change the color background of the header menu. It is black and I wish it to be brown (#330000)

    I saw your message (https://forum.graphene-theme.com/graphene-support/change-font-size-and-color-in-menu-bar) but I cant’ figure out where to change the code, I try different things but it remains black… 🙁

    Thank you very much in advance for your help,

    Admin

    Syahir Hakim

    #15918

    Hi Sonia,

    Quote:
    1/ Firstable, would you mind to give me the original colours of the theme, especially for the content area as I changed them in the options of the theme and now I can’t return to the original (even when I uninstall the theme and re-install it)

    Just click on the “Clear” link beside each colour option, and it should be reset to the theme’s defaults.

    Quote:
    2/Secondary, could you please tell me the code I have to insert in style.css to change the color background of the header menu. It is black and I wish it to be brown (#330000)

    Try this in your Custom CSS:

    #header-menu {
    background: #300;
    }

    mirdonamy

    #15919

    The #header-menu totally word, but I tried

    #secondary-menu {

    background: #ffffff;

    }

    This didn’t make my drop down menus change to white. They are still gray: http://www.laweddingwoman.com

    What I really want is to get rid of the black hover! How do I get rid of all of that black!? I want to make it white or blue!

    Mod

    Kenneth John Odle

    #15920

    Anything that is a link is usually controlled by the anchor css selector a. The hover state is controlled by a:hover.

    Try:

    #secondary-menu a, #secondary-menu a:hover

    You will probably have to play around with this a bit.

    Ken

    mirdonamy

    #15921

    Hi Kenneth,

    Thanks for the advice. I gave it a try. I changed ALL hover links in ALL of the 4 style sheets to a light blue color, but the Page Nav Menu is still showing hover and active state in black.

    I would LOVE a Custom CSS code for this fix if anyone has one! 🙂

    I read about changing the sprite image, but does that really even affect me? http://www.laweddingwoman.com? Can someone click on my page and tell me if the Sprite image even shows up? I don’t see it.

    Mod

    Kenneth John Odle

    #15922

    No, it’s blue. Try refreshing the page. See this post.

    Sprite image? No, I don’t think so.

Viewing 6 posts - 1 through 6 (of 6 total)

  • You must be logged in to reply to this topic.