Viewing 20 posts - 41 through 60 (of 64 total)
  • Author
    Posts
  • #47504
    Dennis
    Member

    Hi Sakin,
    Thanks for the reply. I should have been clearer…I was referring to the main menu links. Is it possible to achieve the menu highlights as seen on https://www.plantwithpurpose.org/where-we-work/
    On hover the line above the link title becomes bold. That would be ideal. If I can get at the CSS maybe I can do it.

    I disabled the Header Right Sidebar and I still only see a menu when I choose Secondary Menu in Manage Locations. It’s no big deal.

    Thanks again,
    Kathy

    #47564
    Sakin
    Keymaster

    Hi Kathy,

    Can you post in your site URL so that I can check in.

    Regards,
    Sakin

    #47580
    Dennis
    Member

    Hi Sakin,

    You might enjoy the fact that the web site is actually for someone based in Kathmandu.

    http://72.52.223.1/

    Thanks,

    #47626
    Sakin
    Keymaster

    Hi Kathy,

    Yes, the site looks nice. But you haven’t change the slider image yet. Do you need help on this as well. Let me know it.

    1. First remove ...... from your custom css box. This is not good for your site.
    2. For border top, try to add the following css in “Appearance => Theme Options => Custom CSS” box.

    #secondary-menu ul.menu li:hover > a, #secondary-menu ul.menu a:focus, #secondary-menu .menu .current-menu-item > a, #secondary-menu .menu .current-menu-ancestor > a, #secondary-menu .menu .current_page_item > a, #secondary-menu .menu .current_page_ancestor > a { border-top: 3px solid #000; }
    #secondary-menu ul.menu ul li:hover  a { border-top: none; }

    Regards,
    Sakin

    #65436

    Hi,

    Thanks Catchthemes team for an awesome theme,

    I need a quick temporary fix: I need to change menu text color for ONE PAGE only to red. I wanted to do a quick fix directly in the page edit box, smth like this

    <b><font color=”#FF3333;″>PAGE NAME</font></b>

    However, it seems like no red shades is being recognized (all red and orange shades are being changed to green or blue). Is there a way to fix it?

    Thanks
    Anna

    #65439
    Sakin
    Keymaster

    @AnnaVartanyan: To make it box and color of any text, the code will be as below:
    <span style="color: #ff3333; font-weight: bold">PAGE NAME</span>

    But if you want to change the menu item text color, then please send me that page URL.

    #65442

    THANKS THATS PERFECT, GOT IT

    #65446
    Sakin
    Keymaster

    @AnnaVartanyan: If you like Catch Everest theme and my support then please help me by providing your valuable review at https://wordpress.org/support/view/theme-reviews/catch-everest?rate=5#postform

    #65447

    done, with a great pleasure

    #65448
    Sakin
    Keymaster

    @AnnaVartanyan: Thanks a lot. You made my day. Cheers 🙂

    #65449

    thanks for your great help!!

    I actually looked to some precious posts and played with CSS in the theme options. Two more questions:

    1) I used codes below to change all the colors of the menu: what I would like to change in addition is the color of the page that you are own (still shows the light blue)

    #header-menu #access { background: none #FFFFFF}

    #header-menu ul.menu a { color: #000000}
    /* Menu Sub-menu and Hover Background and Text Color */
    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu ul :hover > a,
    #header-menu ul.menu a:focus,
    #header-menu ul.menu ul a { background: none #FF3300; color: #FFFFFF;}

    2) I want to change also HOME button color, is there a CSS code for that?

    once again thanks a lot

    #65451
    Sakin
    Keymaster

    @AnnaVartanyan: For this, you need to post in your site URL. So, that I can check in details.

    1. I am not so clear about this. Which light blue you want to change.
    2. What do you mean by home button color? Do you just want to change that home menu color or menu active color.

    #65453

    I meant how to change the home menu active color.

    the site is still under development, cant make it public. I can come back later when we launch it and fix it later
    thanks 🙂

    #65475
    Sakin
    Keymaster

    @AnnaVartanyan: Ok for that try changing color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #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: #eee;
    }

    Note: you will find color option in theme options panel of pro version. Also check out additional features info of pro version at http://catchthemes.com/theme-instructions/catch-everest-pro/

    #65525

    thanks so much, this is awesome, ill check pro-version, seems like very useful with the color change

    #65558
    Sakin
    Keymaster

    @AnnaVartanyan: Thanks 🙂

    #87429
    abhishek1975
    Member

    Hi
    The menu tab color in my website ramakrishna.sg changed from the orange to blue suddenly .I am using Kathmandu theme (free).Please help me how I can again chnage tab color to orange again.

    #87431
    Mahesh
    Keymaster

    @abhishek1975: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #secondary-menu {
        background-color: #dd9221;
    }

    Regards,
    Mahesh

    #87435
    abhishek1975
    Member

    Thanks Mahesh it worked

    #87502
    Mahesh
    Keymaster

    @abhishek1975: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 20 posts - 41 through 60 (of 64 total)
  • The topic ‘Change menu colors?’ is closed to new replies.