Hello, this is my first post here. I am using Techzone template, with orange style. I am trying to change the cart color from pink to orange but cant find the right css to change. Can someone help me? Thx.
edwinrol
You can use this custom CSS code:
@media (min-width: 992px){ .head-btns > div .head-cart #head-cart-dropdown { background: #ff6a18; } }
Thank you for your promt answer saguaros. I added the code but with no effect on the cart color. Can you specify me in which file should I add the code to, please? Thanks in advance.
edwinrol Hi,
You can add above css code to this file: [root]/templates/ja_techzone (your default template)/css/custom.css (Create this file if it doesn't exist).
If there is still no go, share me the admin + ftp account so I can take a look.
Regards
It worked allright. Thank you very much. 😃