Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #643711

    Hi,

    I couldn’t find out where I can define the color of the line under the navigation. Can you help me?

    Regards,
    Nic

    #643723

    I believe the CSS selector is

    .avia-menu-fx { color: blue !important; }

    #643731

    thx, but does not work. :-(

    #643749

    Have you tried changing the colors in the general styling area?

    #644182

    Yes of course. But where exactly in the general styling can I change the color of the line? I first selected a predefined color scheme with cyan then I changed to black white but the lines are still in cyan or turquoise. I guess I really need the help of the support!

    #644184

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-menu-fx {
        background-color: green !important;
    }
    

    Best regards,
    Yigit

    #644198

    Hi Yigit,

    does not work. :-( The small lines direct under the navigation point do not change the color and also the solid line under the navigation does not change.

    Best regards,
    Nic

    #644204

    Hi!

    Code i posted above should have changed color of menu indicator. If you would like us to look into it, please create a temporary admin login and post it here privately.

    Best regards,
    Yigit

    #644245

    thx. you find the temporarily login in the private data.

    #644251

    Hi!

    Please go to wp-content/themes/enfold-child/style.css and add your code in that file and check if that helps

    Regards,
    Yigit

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