Okay
  Public Ticket #1703003
Class underline
Closed

Comments

  •  1
    vmaderal started the conversation

    I wanted to change that all the links on mouse hover now are:

    text-decoration: underline

    and replace it with:

    text-decoration: line-through;

    What "class" should I modify? It would be all the links of the web including the menus.


    Thanks

  • [deleted] replied

    Hi vmaderal,

    This is the class that we use:

    .site-footer a:after, .wrapper a:after {
        content: '';
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: -1px;
        display: block;
        width: 0;
        height: 1px;
        background-color: #00b19e;
        -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
        transition: all .3s cubic-bezier(.175,.885,.32,1.075);
    }

    that makes the line to animate when you hover on links.

    If you want to remove our links animation then you can add the code below to your Custom CSS area:

    .site-footer a:after, .wrapper a:after {
    background-color: transparent !important;
    }

    If you're looking for professional help to customize this area or your theme, there's always someone available for such tasks on the WP Kraken or Codeable. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    Have a great weekend.

  •  1
    vmaderal replied

    Thank you very much. I also wanted to remove the underline that appears in the "menu fullscreen mobile" menu when the element is active and replace it with a line-through.

  • [deleted] replied

    Hi vmaderal,

    Glad to hear that :)

    I can see that you already hide the underline in your fullscreen manu too.

    P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance!