Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #452271

    How can I remove the underline under text links?

    There’s this overlap of some sort in the footer socket.

    See the screenshot .

    • This topic was modified 9 years, 6 months ago by radchild.
    #452408

    Hey Jared!

    I’m not sure what you mean by text links, do you want to remove the underlining on all link elements?

    For the socket, please try the following in Quick CSS:

    #socket {
      margin-top: 0px;
    }

    Cheers!
    Rikard

    #452560

    The link issued is resolved. However the code provided does not work. Upon inspecting the source, there is an anchor link in the socket area. It looks as though Footer Column 1’s custom menu is overlaying into the socket…

    #452568

    Hi!

    Please add following code to Quick CSS as well

    #socket .avia-menu-fx, #socket .avia-bullet {
      display: none;
    }

    Best regards,
    Yigit

    #452589

    @Yigit That did the trick. Thank you.

    #452591

    Hey!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Footer Issue and Text links’ is closed to new replies.