Tagged: 

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

    The dropdown menu border color is currently white on my site.
    How do I remove that or change it to another color?

    #640591

    Hey navindesigns,

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

    .av-main-nav ul li a {
        border-color: red;
    }
    

    you can change “border-color: red;” to “border: none !important;” if you would like to remove it

    Best regards,
    Yigit

    #640595

    Great thanks.

    What about a hover text color for that same secondary drop down menu?

    #640599

    Hi,

    To change the text color of the submenu on hover please use the below css

    .av-main-nav ul a:hover {
    	color:red!important;
    }

    Best regards,
    Vinay

    #640600

    Thanks. That works

    Last thing I noticed

    My search still has a border

    how do i remove that or change the color of the search box border

    • This reply was modified 7 years, 10 months ago by navindesigns.
    #640610

    Hi!

    Add to your Custom CSS area

    .avia-search-tooltip {
    border: none;
    }

    and let me know if that is working for u.

    Thanks a lot

    Cheers!
    Basilis

    #640662

    that works thanks

    #640690

    Hi,

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

    Best regards,
    Vinay

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Drop down menu border color’ is closed to new replies.