BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Footer Menu Link Styling

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #41217
    @style960

    How can I remove the underline styling on footer menu links? I’ve added this #footer-links > p, #footer-links > ul { text-decoration: none !important;} which didn’t have any effect. CSS path was taken from Chrome Inspector. Underline effect remains but isn’t computed?

    Thanks,
    Paul.

    Answers

    #41219

    Alyssa
    Participant
    @alyssa-buddyboss

    @style960 try this instead:
    #footer-links a:hover{text-decoration: none;}
    !important only if needed

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Footer Menu Link Styling’ is closed to new replies.