Okay
  Public Ticket #815687
Styling a tags
Closed

Comments

  • Thomas Udbye started the conversation

    Hi,
    I'm experiencing a problem with my ads - they get the same styling as the a: style from the kalium theme.

    If you try visit my blog on udbye.dk and click on a post, you will see an orange line on a:hover on the big ad below the post. Its the same styling inherited from the menu and a:link.

    How can you avoid this underline on hover from the theme on the ads? 

    I have tried with this:

    .udbye-after-content a:hover {
    line-height: 0px !important; 
    border-bottom: none !important;
    text-decoration: none !important;
    display: block !important;
        margin-bottom: none !important;
    color: #ffffff;
    }

  • [deleted] replied

    Hi Thomas,

    Can you please add the code below to Custom CSS

    .sidebar-box-holder.wp-widget.text-12.widget_text a:after {
    background-color: transparent;
    }