Dawn theme - editing button color on home page & remove subtitle

Solved

Dawn theme - editing button color on home page & remove subtitle

Alex087
Trailblazer
229 3 36

Hi, 

I would like some help on my website 

 
- on my homepage, and only on MOBILE, i want to remove the subtitle written in small between the title & the button
- on my homepage, on desktop, put the title & subtitle in the middle
- I want to change the background color, and text color of the 'shop now' button (home page) & add to cart button (product page)
 
Thanx for your help
Alex
Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
8358 2000 2459

This is an accepted solution.

Try this one. Its same I just add the important. Pleace replace it. Thanks!

@media only screen and (max-width: 749px){
.banner__text.rte.body font {
    display: none !important;
}
a.button.button--secondary {
    background: black !important;
    color: red !important;
}
button#ProductSubmitButton-template--19674055147849__main {
    background: black;
    color: red;
}
}

Let me know. We can think another solution. 😊

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
8358 2000 2459

Hi @Alex087 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

 

@media only screen and (max-width: 749px){
.banner__text.rte.body font {
    display: none;
}
a.button.button--secondary {
    background: black;
    color: red;
}
button#ProductSubmitButton-template--19674055147849__main {
    background: black;
    color: red;
}
}

 

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1694535829458.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Alex087
Trailblazer
229 3 36

thanx made4 but it's not working

Alex087
Trailblazer
229 3 36

oh this this is working for the homepage button, but not the rest

Made4uo-Ribe
Shopify Partner
8358 2000 2459

This is an accepted solution.

Try this one. Its same I just add the important. Pleace replace it. Thanks!

@media only screen and (max-width: 749px){
.banner__text.rte.body font {
    display: none !important;
}
a.button.button--secondary {
    background: black !important;
    color: red !important;
}
button#ProductSubmitButton-template--19674055147849__main {
    background: black;
    color: red;
}
}

Let me know. We can think another solution. 😊

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Alex087
Trailblazer
229 3 36

Thanks Made4, i've made a new post because i wasn't clear enough