Can I change the color of a single header text using CSS?

Hello,

I would like to know if is possible to only change the color of 1 title in the header. I would like to have the charismas text in red and bolted. Is it possible to target it via CSS?

Thank you in advance,

Alex

Hi @EGM1

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

Sure, here it is: https://egeneralmarket.com/

Password: teasaw

Thanks for the info, check this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
a#HeaderMenu-christmas {
    color: red;
    font-weight: 900;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thank you so much! One more thing, I just noticed that after clicking on in and I am on the charismas section the red and bold disappears. Any quick fixes?