How To Change Color Of One Button Text On Home Page Dawn

The page… www.thegrillebadgestore.com

On my homepage, there is a button that says CLICK HERE FOR ALL PRODUCTS

It is a rather subdue-looking button…

I would like it be BOLD and be in RED

Has anyone got a tip to accomplish this? It is the only button I wish to change.

Thank you very much!

@halflifecrysis - can you enable the right click?

you have right click enabled

but look for:

.banner__box > * + .banner__buttons {
  margin-top: 2rem;
  background-color:red
}

and add background-color to your section-image-banner.css

@halflifecrysis

add this code to your base.css file.

Navigate to online store >> Click edit theme code.

Now find base.css and paste the following code:

.banner__buttons>a{
   color: red !important;
    font-weight: 700 !important;

}

Hello, I tried this @eFoli-Marvic , no dice

.banner__buttons a{
   color: red !important;
    font-weight: 700 !important;

}

@halflifecrysis Please share the screenshot of where you have paste the code.

1 Like

@eFoli-Marvic Here ya go my friend, I have done lots of things like this, with the good advice of the community, but this one didn’t seem to change anything.

@halflifecrysis try this

.banner__buttons a{
   color: red !important;
    font-weight: 700 !important;

}

I’m not sure what changed in the code you pasted the 2nd time, it looks the same, but no, nothing changed on my end. @eFoli-Marvic

Your first suggestion

.banner__buttons a{
color: red !important;
font-weight: 700 !important;

}

Your second suggestion

.banner__buttons a{
color: red !important;
font-weight: 700 !important;

}

@halflifecrysis I am not sure why it is not working. Can you add my email as a staff account on your store so that I can check? Email: mehedi@efoli.com