Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #755573

    Hi,

    I was hoping you could advise me how to change the text ‘underline’ color.

    Sample image pasted in the Private content area.

    Thanks,
    Terry

    #756027

    Hey C-Y-B-E-R,
    Try this code in the General Styling > Quick CSS field:
    change “red” to the color you want

    .hr-inner.inner-border-av-border-fat {
        border-color: red !important;
    }

    It’s hard to tell the exact class to change without your site url, if this don’t work please include it.
    Best regards,
    Mike

    #891954

    Hello there,
    I would like to remove the underline decoration for menu tabs (main menu) at hover…I´m using css hero, and i don´t know if I could delete this property directly with code…Thanks

    #891968

    Hi,

    Try using this css code in Quick CSS:

    #header .main_menu .avia-menu-fx {
        display: none !important;
    }

    Let us know if this helps! Merry Christmas :)

    Best regards,
    Nikko

    #891995

    Perfect thanks!!

    #892003

    Hi,

    You’re welcome. Merry Christmas and thanks for using Enfold! :)

    Best regards,
    Nikko

    #905098

    Hi Mike,

    I tried what you suggested to C-Y-B-E-R but it doesn’t work for my menu. I would like the line underneath the menu to be black. Where can I change the colour in Enfold?
    Thanks!
    Carolin

    • This reply was modified 6 years, 5 months ago by messmeriza.
    #905109

    Never mind… I found it in General Styling > Logo Area > Primary Colour

    #905284

    Hi,
    Glad to hear, thanks for using Enfold.

    Best regards,
    Mike

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