Can I customize the button style of my Shopify hero image?

Almada
Excursionist
18 0 8

I would like to customise my hero image link (button) style. 

I would like to have an underlined text instead of a regular theme button (like shown in the attachment).

 

Any tips how to code this?

Theme preview: https://9xhwxylwbl1msde2-25465225306.shopifypreview.com

Replies 2 (2)

KetanKumar
Shopify Partner
36839 3635 11972

@Almada 

yes, please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.

 

.hero__link a.btn.btn--inverse {
    border: none;
    text-decoration: underline;
    background: transparent !important;
    padding: 0 !important;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Almada
Excursionist
18 0 8

Not working... Any other ways to try?