Okay
  Public Ticket #1435048
styling top menu links
Closed

Comments

  •  1
    mariehavgaard started the conversation

    Hi Laborator,  I try to figure out how to style the top menu links: 

    1) remove the dot (.) at the end of the top menu links 

    2) remove the hover underline and

    3) finally also remove the dots in the contact form ( Name. Message. Email. ) Are the dots connected with the font? 

    With no luck, I tried to solve the no.2 problem adding css to custom css: 

    .main-header.menu-type-standard-menu .standard-menu-container ul li a:hover {
    text-decoration: none;
    background-color: transparent;
    }
    a:hover {
    text-decoration: none !important;
    }

    Thank you for your time. 

    Kind regards, Marie

  • [deleted] replied

    Hi Marie,

    1— As I can see this is how you have added those Menu items, please just go to your Wordpress dashboard > Appearance > Menus and from there you can remove the dots from your menu item names.

    2— Can you please add the code below to your Custom CSS area:

    .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;
    }

    3— You can do that if you go to Contact Form Settings (Video: https://d.pr/v/U0fgJh).

    Will set this ticket as solved from here.