Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #994390

    Hi,
    I’ve added subtext below the logo. I would like to remove the link on that subtext (or at least to get rid of the hover underline and color change). How can I do that?
    Thanks,
    Juliette

    #994433

    Hey Juliette,

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

    CSS Snippet:

    
    .logo * { text-decoration: none !important; }
    
    

    Best regards,
    Yigit

    #994445

    It worked! Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove link on logo caption’ is closed to new replies.