Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!

How to change homepage button aesthetic

Solved

How to change homepage button aesthetic

samueljoonjung
Explorer
74 0 18

How do I get the shop button to just be like the "nude project" website. I just want in white, SHOP, with a white underline. My url is www.whosociety.com

samueljoonjung_0-1749086127074.pnglol.jpeg

 

Accepted Solution (1)

BiDeal-Discount
Shopify Partner
779 101 173

This is an accepted solution.

Hi @samueljoonjung 

you only need to add this Custom CSS code:

.banner__buttons > .button {
  color: white;
    text-decoration: underline;
    text-underline-offset: 7px;
}
.banner__buttons > .button::after {
  box-shadow: none;
}

the result:

BiDealDiscount_0-1749087742916.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp

View solution in original post

Reply 1 (1)

BiDeal-Discount
Shopify Partner
779 101 173

This is an accepted solution.

Hi @samueljoonjung 

you only need to add this Custom CSS code:

.banner__buttons > .button {
  color: white;
    text-decoration: underline;
    text-underline-offset: 7px;
}
.banner__buttons > .button::after {
  box-shadow: none;
}

the result:

BiDealDiscount_0-1749087742916.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp