-
Author
-
April 9, 2016 at 11:21 #115433Harlock_Participant
Hi,
how can I replace the three point icon which opens the right menu on mobile?
Thanks,
Francesco
April 11, 2016 at 16:41 #115680LauraModeratorHello, 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 solutionLaura 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 🙂
April 11, 2016 at 17:06 #115699RaduModeratorHi,
Add this css to wp-admin -> theme options -> quick css
COPY CODEspan.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 solutionApril 15, 2016 at 18:45 #116880RaduModeratorTry with important declaration
COPY CODEspan.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 solutionApril 18, 2016 at 15:27 #117207RaduModeratorGreat
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 -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.