Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #586562

    I have a custom menu that I have inserted into the footer widget. The default behavour of the Enfold theme is to not allow the underline to appear when hovering over the text link.

    I am trying to override this behaviour in my custom stylesheet within my child theme (for obvious reasons I do not want to edit the parent theme’s layout.css file).

    I have tried heaps of different ways of css (even making it more specific) but nothing seems to work. Here is my latest attempt:

    section.widget_nav_menu div.menu-the-fine-print-container ul#menu-the-fine-print li a {
    display: block;
    color: green;
    padding:4px 0px 5px 0;
    text-decoration: underline!important;
    }

    But nothing seems to work at all. Here is the page in development http://ausidentities.coolwebs.com.au/

    #587283

    Hi rarch47!

    We are working on your ticket please wait while we update the results here soon.

    Currently we see the menu has a underline when hovered. Not sure if you got it sorted if not please remove any custom css you have atted to the child theme and share a mockup of what you need the end result to be so we can help you better. Upload the screenshot to imgur.com or dropbox and paste the direct image link here.

    Cheers!
    Vinay Kashyap

    • This reply was modified 8 years, 1 month ago by Vinay.
    #587500

    Looking at it closer it appears to be a cache issue on my server. I have cleared the cache on my browser many times but it does not affect it. On anohter site I have with same host I have replaced screenshot for child theme so many times but it does not change.

    #587504

    Yes, issue is resolved. It was the server cache. Frustrating when that happens and you don’t spot it early on.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Allow underline on footer menu links’ is closed to new replies.