How to customize button on the image banner in home screen?

Solved

How to customize button on the image banner in home screen?

HallyuApparel
Excursionist
22 0 6

Hello,

IN the home page,
I am wondering how to make the text in the button not underlined. (button on image banner)

Also I need to make the border width 1px.

Please let me know where to input the code for it.

WEBSITE: hallyuapparel.com

Accepted Solution (1)

DaisyVo
Shopify Partner
4460 499 594

This is an accepted solution.

Hi @HallyuApparel 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

 

{% style %}
{% if template.name == 'index' %}
.slideshow__text.banner__box .banner__buttons a.button.button--primary {
    text-decoration: none !important;
}
{% endif %}
{% endstyle %}

 

 

DaisyVo_0-1738648055243.png

 

Please let me know if it works. Thank you!Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Reply 1 (1)

DaisyVo
Shopify Partner
4460 499 594

This is an accepted solution.

Hi @HallyuApparel 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

 

{% style %}
{% if template.name == 'index' %}
.slideshow__text.banner__box .banner__buttons a.button.button--primary {
    text-decoration: none !important;
}
{% endif %}
{% endstyle %}

 

 

DaisyVo_0-1738648055243.png

 

Please let me know if it works. Thank you!Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution