DAWN THEME: How do I change the background / font color of ONE menu item?

Hi @AshHannah

add this code to your base.css file.

Navigate to online store >> Click edit theme code.

Now find base.css and paste the following code.

.header__inline-menu .list-menu li:nth-child(4){background: #F18031 !important;}

.header__inline-menu .list-menu li:nth-child(4) a{color: white !important;}

I hope it will be helpful for you.

Thanks

Did it solve your issue?

- If yes, Like & Mark As Solution to help the community

- If not, let me know. also share a screenshot of the code that you added.