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
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
It worked! Thanks