Hi there! I wish to make the text of my dropdown menu under the "shop" section of the header smaller. I do not wish to have the word "shop" be smaller. Just the text of its dropdown menu. I provided an image as well. Is there a simple line of code for this?
Solved! Go to the solution
Hi @liferingsplus !
Would you mind sharing your store's URL so we can check this for you?
This is an accepted solution.
Hi @liferingsplus ,
Add the following to your theme-index.min.css file:
ul.dropdown-menu.dropdown-menu--standard {
font-size: 0.9em;
}
That should do it, let me know!
User | Count |
---|---|
432 | |
201 | |
146 | |
57 | |
44 |