Hi, how do I customize color for my reformation theme header? I have few menu to update.
Transparent header color change to #000000 for both navigation menu and icon.
Menu colour customization - For Clearance tab change to #F70000
I also want to know how to customize the shopify search and shopping bag icon as i have my own icon.
this is my store url: https://msreadshop.com/
Thank you
Hi, @SarahHalim .
Follow These steps,
Go to the online store theme and go to base.css file paste the code mentiond below.
header#header {
background: #000000 !important;
}
.thb-secondary-area-item.thb-secondary-myaccount img {
filter: invert(1);
}
Result;
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Moeed
July 11, 2023, 6:27am
3
Hey @SarahHalim
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
hi websenpro, sorry i have a typo in question. I would like to change the transparent header text only to #000000 and the clearance tab change to #F70000
Hope you can help.
hi Moeed, sorry I have a typo in question. I would like to change the transparent header text only to #000000 and the clearance tab change to #F70000
Moeed
July 11, 2023, 6:35am
6
Hey @SarahHalim
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Add these css.
Go to the online store theme and go to base.css file paste the code mentiond below.
.thb-secondary-area-item.thb-secondary-myaccount img {
filter: invert(1);
}
a.thb-secondary-area-item.thb-my-wishlist img {
filter: invert(1);
}
.header.transparent--true:not(:hover):not(.is-sticky) .thb-full-menu>li>a {
color: #000000 !important;
}
.thb-full-menu li.menu-item-has-children>a svg {
filter: invert(1);
}
Result;
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Hi @SarahHalim
Follow Below Steps to solve your all problems:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
It will look like this-
Please mark as solve when works!
Jean-h
March 23, 2024, 2:21pm
10
hey may I have the same theme. how did you change the"my account" LOGIN text into the icon?