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

    hi there, can you help me how can I remove underline hover for links in footer? I linked my website address for more clarifications.

    #1277846

    Hey hooman80,

    Please try the following in Quick CSS under Enfold->General Styling:

    #footer a:hover {
      text-decoration: none;
    }

    Best regards,
    Rikard

    #1278069

    Hi Rikard,
    I tried your code but it didn’t work.

    #1278070

    sorry, I do not bother anyone but I’m becoming crazy to open a new topic. What can I do? Thanks for an answer!

    #1278108
    #1278144

    Hi hooman80,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #footer li:hover a {
      text-decoration: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1278168

    Hi Victoria,
    Thank you so much, it perfectly works now!

    #1278288

    Hi hooman80,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘remove underline hover for links in footer’ is closed to new replies.