Okay
  Public Ticket #1249188
Remove display underline
Closed

Comments

  •  2
    Tsueyxian started the conversation

    Hi there,


    I've just updated the theme and there is a strange style appear.

    Hover over will give me a yellow line. 

    See example: (hover on any image )

    http://theyellowball.co.uk/


    How can I remove this please? (It wasn't there before I update the theme)


    Thank you,

    Xian

  • [deleted] replied

    Hi there

    Please read the article about how to use Custom CSS, then drop the code below to fix your issue.

    .wrapper a:after {
        background: transparent !important;
    }
  •  2
    Tsueyxian replied

    Thanks it help but the hover underline under the menu is gone now, which it was there previously ...


    Thanks!

  • [deleted] replied

    Hi Tsueyxian

    Sorry i didn't know you wanted to be able to see it on menu, here is small fix for you. replace the prev suggestion.

    .post-formatting a:after{
        background: transparent !important;
    }
  •  2
    Tsueyxian replied

    not a problem at all.
    Thanks Eroll!!

  • [deleted] replied

    Hi Tsueyxian

    Glad to hear that

    We will set solved this ticket from here