Hello I will like to change the color of my second button the my featured promotions. The first one is pink, however I would like the second one to be red. Here is a the code that I’m currently using to style the buttons.
Change class name of above mentioned
.global-button.feature-details__button_men ← put this as class name
and add below css into your base.css file(online store->theme->base.css)
.global-button.feature-details__button_men {
background-color: #ffffff00!important;
border-color: red !important;
}
Sorry, how do I change the class name?
@Only1mrsfragili Find that class name into your theme.liquid file .
I’m sorry, but I don’t see that in my theme liquid file. I have the Turbo theme,could it be somewhere else?
I don’t see this in my theme. liquid file.
@Only1mrsfragili
i think your problem solve ?
Yes, thank you.



