All things Shopify and commerce
Hi there,
I need some urgent help with customizing a section page I purchased for the Section app.
Specifically, I’d like to:
Change the button typography to 'Jost', which I’m currently using for my store.
Set the button’s main background color to #f5f5f5 and the text color to #1114AE.
On hover, I’d like the button background to switch to #1114AE and the text color to #ffffff.
Lastly, I’d like to make the button slightly smaller in size.
Thanks in advance for your support!
Website url: https://andresatelier.dk/
Kode is: aapre
Best regards,
Mark
Solved! Go to the solution
This is an accepted solution.
It is coded all right with just a few simple mistake.
You see how there is a warning sign, all it needs is a #before the color code so instead of f5f5f5 it should be #f5f5f5.
You can change these yourself in the code of that section you downloaded.
This is an accepted solution.
It is coded all right with just a few simple mistake.
You see how there is a warning sign, all it needs is a #before the color code so instead of f5f5f5 it should be #f5f5f5.
You can change these yourself in the code of that section you downloaded.
Just did it and it worked. But how do I change the font and make the button smaller
For making the button smaller you can decrease the font size of it like this inside the same css block
font-size: whetever-number px;
For font you can do this
font-family: your-font-name, 'fallback-font';
Hi @Markbsh
Do you mean this button?
Yes
Thanks for the info. To change the text on the button, you need to locate the button in here:
To change the background/color check the code below.
.ab-banner-button-wrapper-template--22387209929036__ss_video_banner_KgF4kg a {
background: #f5f5f5;
color: #1114AE;
padding: 13px 25px !important;
}
.ab-banner-button-wrapper-template--22387209929036__ss_video_banner_KgF4kg a:hover {
background: #1114AE;
color: #ffffff;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025