Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1123694

    Hi all – been all over the “theme options” area, but I can not find a way to customize a menu that I have created and placed in a widget.

    For a visual reference find the following page:

    The menu is on the right side below the main banner photo of the sailboat. It is called the “activities & adventures menu”

    There are gray highlight bars that have two states – and I want to be able to color the two different states.

    There was a way to customize the menu items – now in yellow (I changed it to yellow in the theme options)

    #1123981

    Hey Cary,

    It doesn’t have an option to customize the menu widget.
    However, we can help give you css codes that should achieve what you want, can you give us a screenshot of what you’re trying to achieve?

    Best regards,
    Nikko

    #1123984

    Nikko – thanks for responding. I have uploaded a screen cap of what i am trying to do… hoping I can change it easily with some code added to the “Quick CSS” in the theme edit section.

    You can download a png screen capture that shows what i am seeking – sent via hightail, I do not see an upload option on this page for some odd reason.

    https://spaces.hightail.com/receive/TeGlFw0myR

    Cary

    #1124039

    Hi Cary,

    Thanks for the giving us the screenshot. Here is the code you can use to change it (the first block of code is for the current page, and the 2nd block of code is when you hover your mouse over it), just change the color:

    #top .content .flex_column .widget_nav_menu ul:first-child > .current-menu-item {
        background-color: black;
    }
    
    #top .content .flex_column .widget_nav_menu ul:first-child > li:hover {
        background-color: blue;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1124180

    Hi Nikko – Thanks so much, however, I tried the Quick CSS Code that you recommended, but it made no changes to the menu. Any other ideas?

    #1124243

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1124287

    Jordan – awesome. That did the trick. It is interesting that the command has to be first in the list. Would love to understand how a line of code would be ignored if placed on the bottom of a list – but not the top. It is as if it has a personality of its own.

    Thank you!!!!

    #1124320

    Hi,

    If it works at the top and not at the bottom, then it means that you have some broken or incorrectly syntaxed CSS somewhere in your CSS.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.