Shopify themes, liquid, logos, and UX
im looking to make the button the same length as the email button for mobile
(i put in a code and it only worked on desktop)
Solved! Go to the solution
This is an accepted solution.
Hi @undercoverfresh , to make the about page header transparent, you can follow these steps:
Step 1: Open Online Store -> Themes -> Edit code
Step 2: Find base.css file
Step 3: Paste this code at the bottom of the file
@media screen and (max-width: 750px) {
.rich-text__wrapper.rich-text__wrapper--center.page-width {
width: unset!important;
max-width: unset!important;
margin: 0!important;
padding: 0!important;
}
}
If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you 😍
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
@media screen and (max-width: 767px) {
.rich-text__buttons.scroll-trigger.animate--slide-in {
width: 37rem !important;
margin-left: -30px !important;
}
}
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution
This is an accepted solution.
Hi @undercoverfresh , to make the about page header transparent, you can follow these steps:
Step 1: Open Online Store -> Themes -> Edit code
Step 2: Find base.css file
Step 3: Paste this code at the bottom of the file
@media screen and (max-width: 750px) {
.rich-text__wrapper.rich-text__wrapper--center.page-width {
width: unset!important;
max-width: unset!important;
margin: 0!important;
padding: 0!important;
}
}
If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you 😍
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025