Okay
  Public Ticket #1620198
Text decoration
Closed

Comments

  •  1
    kedbrant started the conversation

    HI, 

    I want to remove the text underline when hovering on link, tried -

    text-decoration: none !important;

    But nothing happens, why pls?

    Also how can I change the color of the cursors in the main menu?

    See the attached picture.

    Best, 

    E

  • [deleted] replied

    Hi kedbrant,

    Please add the code below to your Custom CSS area:

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a:after {
        background-color: transparent !important;
    }

    Have a great weekend!

  •  2
    George replied

    Hello Ylli,

    I have the same issue and tried your code but nothing seemed to change.

    Best regards,

    George

  •  2
    George replied

    Hello again, 

    finally it worked for me with a code you have posted to another topic.

    This is the code:

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu>ul>li>a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu>li>a:after {    background-color: transparent !important;
    }


    Thank you,

    G

  •  1
    kedbrant replied

    Hello, 

    Thank you for the answer, the fold out menus are now good but still cant manage to remove the underline in the main menu when link is active and on hover, any idea o which code I need to call?

    Best, 

    E

  • [deleted] replied

    Hi kedbrant,

    Please add the code below to your Custom CSS area:

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul > li > a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a:after {
        background-color: transparent;
    }

    Have a great day!

    Will set this ticket as solved from here.

  •  1
    kedbrant replied

    Thank you Ylli that worked perfectly!

    Althought just realized these are still active, se attached picture- do you know which code to call in order to customize?

    Sorry for the trouble. 

    Best 

    E

     


  • [deleted] replied

    Hi kedbrant,

    Glad to hear that

    Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.

    Thanks!

  •  1
    kedbrant replied

    Hello Ylli, 

    I have attached a picture in to this comment marking in red which area is concerned. 

    I would like to style the white arrows in the fold out menu which are implying another fold out menu.

    Best, 

    E

  • [deleted] replied

    Hi kedbrant,

    Please add the code below to your Custom CSS area:

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li.menu-item-has-children:before, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.menu-item-has-children:before {
    border-color: transparent transparent transparent #e22f2f;
    }

    Then you can change the #e22f2f color to the one you want.

    Will set this ticket as solved from here.

  •  1
    kedbrant replied

    Hi Ylli, 

    Very good, thanks!

    Have a nice day. 

    E

  • [deleted] replied

    Glad to hear that your questions are resolved

    Have a great day and enjoy Kalium!

    P.S: If you like our 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.