All the buttons on the desktop version of my shop look weird. The underline is much longer than the actual word! Please, help me to fix it.
Thank you ![]()
All the buttons on the desktop version of my shop look weird. The underline is much longer than the actual word! Please, help me to fix it.
Thank you ![]()
Hi @TONYA_GOLBERG ,
This is Victor from PageFly - Landing page builder, Iād like to suggest this idea:
Step 1. Go to Online Store ā Theme ā Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
Hope my answer will help you.
Best regards,
Victor | PageFly
Add these css rules to your theme settings to do this follow these steps:
.buttonāunderline, .no-touchevents .buttonāunderline:hover, .buttonāunderline:focus{
padding-right: 0;
}
.no-touchevents .buttonāunderline:hover, .buttonāunderline:focus {
padding-right: 0;
}
.buttonāunderline {
padding-right: 0;
}