Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #14598
    BenniemanZA
    Member

    Hi there Catch Themes Support team.

    I need to get a title for a sub-menu to fit in the space.
    Is there a way to increase the width of the area, or can the last bit of the text move into the next line?

    The one I have a problem with is under the “Executive Packages” menu.
    http://sharpedgetraining.co.za

    *NOTE: I’m using Catch Everest*

    #14617
    Sakin
    Keymaster

    @BenniemanZA: I see that you are using old version of Catch Everest Theme which might be issue. So, can you update the theme and check in.

    #14664
    BenniemanZA
    Member

    Thanks for the quick response Sakin.

    When I click the upgrade now button, it tells me I will lose all customization.
    I’m a bit hesitant to do this as I’m not sure how much I will lose.

    Will it be a complete reset of my site?
    Will I lose the featured images in my slider?
    Can I make backups of info in the editor and just replace it again after the upgrade?

    #14667
    Sakin
    Keymaster

    @BenniemanZA: You don’t loose any of your settings that you have set through Theme Options panel. If you have customize any core theme files such as style.css, index.php, functions.php and so on then your customization will be reverted back.

    #15363
    BenniemanZA
    Member

    Hi Sakin.

    I have done the update to the new version and it fixed the problem I mentioned.

    All problem I have now is I don’t seem to be able to change the colors of my menus back to how they were.

    Is there a .css function to fix this?

    #15373
    Sakin
    Keymaster

    @BenniemanZA: For detail color options you can upgrade to Catch Everest Pro theme. See the features details at http://catchthemes.com/theme-instructions/catch-everest-pro/

    I don’t know what where you menu colors before. We can add color in our Custom CSS box at “Appearance => Theme Options”. Can you send me more details.

    #15767
    BenniemanZA
    Member

    I used to set the menu colors with codes.
    I want the menu color to be #323c9a
    When an item is hovered or selected it’s #6ea2dc
    The text color should just be black.

    #15804
    Sakin
    Keymaster

    @BenniemanZA: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box. This is bit difficult. So, nice one please upgrade to Pro version.

    #header-menu { background-color: #323c9a; }
    #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: #6ea2dc; }
    #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background-color: #6ea2dc; }
    #15830
    BenniemanZA
    Member

    Hi Sakin.

    I tried it and it worked perfectly.

    Thanks for all your super support and friendly, helpful service.

    #15836
    Sakin
    Keymaster

    @BenniemanZA: thanks for your appreciation.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Sub-Menu Help’ is closed to new replies.