Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #10578
    kmccormick
    Member

    I’d like to change the rollover background color and font color on the primary navigation, but I don’t know what CSS class to use. My site address is http://fashionjewelryblog.beadsanddangles.com

    #10583
    Sakin
    Keymaster

    @kmccormick: The easy to use color piker option is there in Catch Everest Pro theme. See the additional features details at http://catchthemes.com/theme-instructions/catch-everest-pro/

    Can you try the to change the color code in the below css and add in your child theme style.css

    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu a:focus,
    #header-menu .menu .current-menu-item > a,
    #header-menu .menu .current-menu-ancestor > a,
    #header-menu .menu .current_page_item > a,
    #header-menu .menu .current_page_ancestor > a {
    	background-color: #000;
    	color: #fff;
    }
    #10587
    kmccormick
    Member

    The code worked flawlessly! Thank you so much.

    #10624
    steadymarvin
    Member

    Worked perfectly for me too but I would also like to change the background color of the non-active menu items to fit the color scheme I am adopting. What code do I need to change for that?

    #10627
    steadymarvin
    Member

    Scratch that request – I found that this works:

    #header-menu {
    	background-color: #ff66cc;
    	margin-bottom: 0;
    }
    #10641
    TanjaCrouch
    Member

    I am so new to this I’m not sure if the above answered by question or not. I want to change the white area in Catch Everest to another color that goes with my background image and logo area, which I’ve already installed. Is that possible to do and if so, how…

    Since I don’t really know code very well, except when told to copy and paste something, I’m not sure if the above is the answer to my question…

    Thank you, thank you!

    #10663
    Sakin
    Keymaster

    @TanjaCrouch: First you need to share your site URL. So, that we have see what you are asking and send you the correct code.

    #10676
    TanjaCrouch
    Member

    The site I want to change the white area in is not live yet. http://www.kevincrouchwrites.com However, on my site, or just looking at the standard Catch Everest theme you will see a white border. On my site, tanjacrouch.com my logo in the header has a white background so you don’t notice it. On my husband’s site the background of his logo is blue so you get a white border. You also get a white border around the featured images.

    I would also like the change the standard gray at bottom.

    Thank you for any and all help

    Also, I figured out the fonts and how to color them.

    Thx. T.

    #10705
    Sakin
    Keymaster

    @TanjaCrouch: I am still confused. Do you mean to change the header white background. If that is the case then you can use the following css in “Appearance => Theme Options => Custom CSS” box.

    #hgroup-wrap {
        background-color: #3a3d41;
    }
    #11170
    eckh20
    Participant

    Ah this is really useful – the following worked as steadymarvin says.
    #header-menu {
    background-color: #ff66cc;
    margin-bottom: 0;
    }

    How do I make it change the footer menu too?

    #17655
    Vanessa
    Member

    Can somebody help me? My menu moves and gets bigger when I touch it. How can I change that? See http://www.viavanessa.nl

    #17663
    Sakin
    Keymaster

    @Vanessa: When I check in your site everything is fine. Maybe you have browser related issued. From which browser you have issues?

    #17686
    Vanessa
    Member

    Hello Sakin,
    Thank you for your quick response. This problem ocurred 2 weeks ago and indeed when i use my phone or tablet, it doesn’t happen. My browser is internet explores.I just wonder what it is, if other people don’t see it, I don’t care.

    BTW thank you for this great theme, it took me weeks to built my first site ever, but the layout is simple and strong, I’m very happy with it and people love it.

    Vanessa

    #53877
    Vanessa
    Member

    Hello Sakin,

    After I updated the catch everest theme my website is gone. I only see a white page. http://www.viavanessa.nl
    Can you please help me?

    Vanessa

    #53882
    Sakin
    Keymaster

    @Vanessa: I can see our site Live. It must be your server was out at that time.

    #53883
    Vanessa
    Member

    Hello Sakin,

    Still nothing via Internet Explorer, Google Chrome works well. Any idea what to do?

    #53884
    Sakin
    Keymaster

    @Vanessa: I checked in from my IE11 and IE 10 and it’s working fine. Check your IE browser. You can also test it from http://netrenderer.com/

    #53896
    Vanessa
    Member

    I had IE11 during the update. I didn’t know what to do, so I deleted IE11 and replaced it and now it works fine :-))

    By the way I checked netrenderer and the website is not working with IE8 and lower. Is that normal?

    #53898
    Sakin
    Keymaster

    @Vanessa: Yes that’s normal we only support from IE10 onwards. IE8 is too old and it doesn’t support much of HTML5 and CSS3 codes. Even WordPress doesn’t support IE8.

    #53900
    Vanessa
    Member

    Okay fine, thank you so much for your help! Best regards, Vanessa

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Change Navigation Background and Font Color’ is closed to new replies.