badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Question about navigation dropdown menu.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #84076
    lukyeslu
    Participant

    Hi guys! it’s me again.

    I want to know how to change the colour of a font when i am over the link in the navigation dropdown menu (whitout clicking only over the link) and second question is how can I change the colour of the font when a link has been visited?.

    Thank you!

    #84170

    Hi lukyeslu,

    To change the Color of dropdown navigation menu list, Please go to ‘Appearance > Customize > Color > Font Color’ then you can change the color of ‘Navigation Dropdown’.

    To change the color of the visited Link, go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    a:visited {
    	color: yellow;
    }

    Please change the yellow color as you desired.

    Thanks

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