-
Author
-
April 9, 2016 at 11:21 #115433
Harlock_
ParticipantHi,
how can I replace the three point icon which opens the right menu on mobile?
Thanks,
Francesco
April 11, 2016 at 16:41 #115680Laura
ModeratorHello, 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 solutionApril 11, 2016 at 17:06 #115699Radu
ModeratorHi,
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 #116880Radu
ModeratorTry 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 #117207Radu
ModeratorGreat
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
Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘General questions’ is closed to new topics and replies.