Okay
  Public Ticket #1978893
sticky menu colours
Closed

Comments

  • michaelbaileyuk started the conversation

    Hi, 

    I have used the following css to change the colour of the logo and the menu links and underlining on the standard menu, but how do I change the colour on the sticky menu?

    .standard-menu-container.menu-skin-dark li a {
        color: #143b3f !important;
    }
    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark nav div.menu>ul>li>a:after, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark nav ul.menu>li>a:after {
    background-color: #143b3f;
    }

  • [deleted] replied

    Hi Michael,

    For the moment I can only see this image in your site.

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    Please share your Wordpress credentials because I need to login to your site and test this to send you the codes. Your information is safe here (private) in this thread. To include your credentials click Insert Credentials button in editor toolbar (see how)

    Also tell me exactly what you wanted to achieve so I can try to help you.

    Thanks!

  •   michaelbaileyuk replied privately
  • [deleted] replied

    Hi Michael,

    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: #0E3747;
    }

    Have a great weekend!