Shopify themes, liquid, logos, and UX
Hi,
I made the text in my announcement bar bold and changed the color to white, but these changes are not being applied on mobile. How can I make it look the same on mobile as it does on desktop?
Thanks
Solved! Go to the solution
This is an accepted solution.
Hey @vitoria_muka,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (max-width: 749px){
p.announcement-bar__message.h4 {
font-weight: bold !important;
color: white !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
hello,
if u send me your store url, we can help!
use these.
@media (max-width: 991.98px){
p.announcement-bar__message.h4 {
font-weight: 600;
color: white;
}
}
Didnt work 😞
Hey @vitoria_muka,
Could you please share the link to your store please? Thanks!
This is an accepted solution.
Hey @vitoria_muka,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (max-width: 749px){
p.announcement-bar__message.h4 {
font-weight: bold !important;
color: white !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
It worked! Thank you! 🙂
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024