I would appreciate your help to remove all instances of underlined text when hovering, most notably in the main menu, footer menu, and any linked text. I have searched through this forum to no avail. I am using Reformation, it does not have afile called app.css.
meeshka.com.au:
password is johanna.
I would love to know how to remove the “Opening Soon” text on the password page
The header and footer menus on a mobile/cell phone appear very bulky, is it possible you know where I can edit the menu text so it is the same size as desktop header and footer menus?
3. The header and footer menus on a mobile/cell phone appear very bulky, is it possible you know where I can edit the menu text so it is the same size as desktop header and footer menus?
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “password.css” file At the bottom of the file, add the following CSS code:
NOTE: Change the “15px” to font size that you want
@media only screen and (max-width: 750px) {
ul.mobile-menu li > *, summary.parent-link {
font-size: 15px !important;
}
}
Unfortunately no-one provided a correct solution for my first question (to remove all instances of underlined text when hovering), Only the header menu has been fixed with this code:
.thb-full-menu a:after, a:after { display: none !important; }
View the Anjali collection (beneath slideshow)
Discover More (beneath products)
Footer (please note this an 'alternative footer')