Hey there, I would like to make the word ‘Diwali Sale’ in my sidebar menu in bold. How can I do that?
My website is www.gemopticians.com
Thanks in advance.
A user wants to make “Diwali Sale” bold in their sidebar menu and add animation to it.
Initial Solution:
font-weight: bold and color: redAnimation Request:
Implementation Issue:
Status: Troubleshooting phase - awaiting confirmation that removing comments fixes the implementation.
Hey there, I would like to make the word ‘Diwali Sale’ in my sidebar menu in bold. How can I do that?
My website is www.gemopticians.com
Thanks in advance.
Hello There,
.SidebarMenu__Nav .Collapsible a[href="/collections/diwali-sale"] {
font-weight: bold!important;
color: red!important;
}
Hey!
Thank you so much for this.
Can we add an animation to this also?
Hello there,
You change the animation image from the backend.
What do you mean by change the animation image?
Hey Trivin,
Do you mean an animation to the text itself? if so, you can add the following CSS using Keyframes.
For example, if you used ZestardTech’s CSS above, your CSS with the animation will look like this:
I hope this helps!
I added this code to Assets > theme.css but nothing has really changed. Could you please double check?
Hey Triven, I checked and it seems like you’ve copied the comments too which is breaking it. I added these just to separate ZestardTech’s code and our code. Make sure to remove//Shopifox Animation CSS, // to make it faster, decrease this & //ZestardTech CSS from the CSS file. Let me know if it works ![]()