I was wondering if there is a way to change the Heading color just on mobile only to Hex: #4B5320 ? Picture below
Website: www.ecogarby.com
Password: bbb
I was wondering if there is a way to change the Heading color just on mobile only to Hex: #4B5320 ? Picture below
Website: www.ecogarby.com
Password: bbb
Add this code to the bottom of style.css
@media (max-width: 480px){
.image-with-text-overlay__heading.banner__heading.title span{
color:#4B5320;
}
}
@Nick_Marketing Thank you so much!!
You are welcome! I’m glad the issue is solved!