How do I custom code to change the "+ plus icon" sidebar menu for mobile navigation?
Having a label of the "+" would also help - I've tried exploring other ways to do so, but it's hard to find the answer and/or support I am seeking for.
Site URL: https://www.bloomboxus.com/what-we-do
How do I custom code to change the "+ plus icon" sidebar menu for mobile navigation?
Having a label of the "+" would also help - I've tried expl
The css of the plus sign is
@media only screen and (max-width: 640px) {
.folder-nav-toggle:after, .category-nav-toggle:after {
content: "+";
display: block;
Question
Pac 1
Site URL: https://www.bloomboxus.com/what-we-do
How do I custom code to change the "+ plus icon" sidebar menu for mobile navigation?
Having a label of the "+" would also help - I've tried exploring other ways to do so, but it's hard to find the answer and/or support I am seeking for.
Link to post
Top Posters For This Question
1
1
Popular Days
Dec 9
1
Dec 10
1
Top Posters For This Question
Pac 1 post
bangank36 1 post
Popular Days
Dec 9 2020
1 post
Dec 10 2020
1 post
Popular Posts
Pac
Site URL: https://www.bloomboxus.com/what-we-do How do I custom code to change the "+ plus icon" sidebar menu for mobile navigation? Having a label of the "+" would also help - I've tried expl
bangank36
The css of the plus sign is @media only screen and (max-width: 640px) { .folder-nav-toggle:after, .category-nav-toggle:after { content: "+"; display: block;
Posted Images
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment