This topic has 7 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #115433
     Harlock_
    Participant

    Hi,

    how can I replace the three point icon which opens the right menu on mobile?

    Thanks,

    Francesco

    #115680
     Laura
    Moderator

    Hello, with what do you want to replace it? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #115682
     Harlock_
    Participant

    Hi,
    with a single-user icon, for example.

    #115699
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> quick css

    COPY CODE
    
    span.second-menu-icon span {display: none;}
    
    span.second-menu-icon:before {content: "\f040"; font:normal normal normal 14px/1 FontAwesome;}

    Replace content: “\f040”; with your font awesome icon code. http://www.weisbergweb.com/FontAwesome-CSS-Values/ / https://astronautweb.co/snippet/font-awesome/

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #116246
     Harlock_
    Participant

    Now nothing is shown.

    #116880
     Radu
    Moderator

    Try with important declaration

    COPY CODE
    span.second-menu-icon span {display: none;}
    span.second-menu-icon:before {content: "\f040"; font:normal normal normal 14px/1 FontAwesome !important;}

    I’ve loaded the css into your site and it works

    Let me know

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #116931
     Harlock_
    Participant

    It works.
    Thanks!

    #117207
     Radu
    Moderator

    Great

    Have a nice week

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?