Okay
  Public Ticket #1853644
Customize menu
Closed

Comments

  •  4
    triathlonworld2017 started the conversation

    Hi there,

    I would like to ask if is possibile to customize these things. I tried from the theme options, but I couldn't:

    - move the menu to the left near to the logo and add social icons to the right;

    - highlight in green the selected page of the menu (all the text);

    - menu bold.

    Thank you.

    Kind regards,

    Simone

  • [deleted] replied

    Hi Simone,

    1— That option is not available in the theme options. 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 add the code below to your Custom CSS area:

    @media screen and (min-width: 769px) {
        .main-header.menu-type-standard-menu .standard-menu-container {
            text-align: left;
            display: block;
            margin-left: 40px;
        }    
    }

    2— Please just add this CSS code to your Custom CSS area:

    li.current-menu-item a span {
        background: green;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        padding: 6px 10px;
        color: #fff
    }
    li.current-menu-item a:after {
        background-color: transparent !important;
    }

    3— I just did that for you very easily (see video).

    Will set this ticket as solved from here.

  •  4
    triathlonworld2017 replied

    I'm sorry, I didn't read the page with the services included in the support.

    Anyway thank you for making an exception and for helping me. You were very kind.

    Kind regards,
    Simone

  • [deleted] replied

    Hi Simone,

    Don't worry for that, I'm glad that this is solved nowsmile.png

    Have a great week!