Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #704777

    Hi,
    I am using the custom menu widget via the avia page builder on some pages. I would like to change some of the css settings, without changing the settings of the main content:

    – font-color
    – text-transform
    – active background color
    – hover color
    – hover background color

    I couldn’t find the corresponding div id for the custom menu widget. Can you please help me?

    Best,

    Nedim

    • This topic was modified 7 years, 5 months ago by nedimhazar.
    #704851

    Hey nedimhazar,

    To find the css class names right click and inspect the elements. Without being able to view your page it is difficult to provide the actual css class names. Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    https://developers.google.com/web/tools/chrome-devtools/inspect-styles/

    Best regards,
    Vinay

    #704856

    Hi Vinay,

    here is the link:

    I tried with “menu-yazilar-container” it didn’t work.

    Thanks in advance,

    Nedim

    #705152

    Hi,

    Here are the class names you can target.

    font-color – .widget_nav_menu .menu-item a
    text-transform – .widget_nav_menu .menu-item a
    active background color – .widget_nav_menu .menu-item .current-menu-item
    hover color – .widget_nav_menu .menu-item a:hover
    hover background color – .widget_nav_menu li a:hover

    Best regards,
    Vinay

    #705336

    Hi Vinay,

    Thank you! That solved my problem.

    Best,

    Nedim

    • This reply was modified 7 years, 5 months ago by nedimhazar.
    #705370

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Css code for custom menu widget’ is closed to new replies.