Hi.
My website is pawtoys.net
On desktop, the first homepage button saying
"Shop latest collection" is orange (#FCB50F)
But as soon as I visit the mobile version of the website, that button turns black.
How I can make it orange (#FCB50F) with black text as on the desktop version?
I'm using Turbo theme and there's no options or settings to do that so I guess I need a little code.
Thank you!
Please add the following code at the bottom of your assets/styles.scss.css file.
@media only screen and (max-width: 480px){
a.highlight-true { background-color: #fcb50f !important; border-color: #fcb50f !important; color: #333 !important; }
}
Hope this helps.
Thanks!
User | Count |
---|---|
545 | |
209 | |
125 | |
79 | |
43 |