I am newer to shopify coding, I had someone helping me with my site before but I had to fire them. I am learning my self now. I am trying to change the color of my Header buttons. My background is currently black and the letters are also black until highlighted I am sure that my customers could find this confusing.I would like to change the text to white, and I would also like to adjust the font, I tried to do so via the editor but it would not adjust in the preview Here is the link to my store, and a screen shot. PLZ ASSIST!
1 Like
@Vaughn_NM Your store is password protected. Please share the password.
Hello @Vaughn_NM
Can you provide your website password?
Hi @Vaughn_NM ,
Go to Assets > base.css and paste this at the bottom of the file:
.header__icons .icon,
ul.list-menu.list-menu--inline >li >.header__menu-item,
ul.list-menu.list-menu--inline >li summary.header__menu-item {
color: #fff !important;
}
Hope it helps!