Home Forums Pro Themes Photo Perfect Pro Menu + Sign Removal

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #185615
    soarts
    Participant

    I have had complaints from site users that the plus sign icons in the menu bar are confusing.

    Is there a way to remove the + signs from the menu bar but still keep the hoover drop down menus intact?

    #185617
    soarts
    Participant

    I have added this coding into the Additional CSS:

    .dropdown-toggle.toggle-on:after,
    .dropdown-toggle-cat:after {
    display:none;
    }

    .dropdown-toggle:after,
    .dropdown-toggle-cat:after {
    display: none;
    }

    PROBLEM/ QUESTION:
    However, there is still a gap where the plus/minus signs used to be. What coding will reduce that gap?

    #185636
    sanam
    Keymaster

    Hi Sortas,

    Please use the following CSS

    @media only screen and (min-width: 767px) {
    .sticky-menu-enabled #main-nav li.menu-item-has-children > a, .sticky-menu-enabled #main-nav li.menu-item-has-children > a {
    padding-right: 7px;
    }
    }

    Regards,
    Sanam

    #185646
    soarts
    Participant

    Perfect! Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.