Home › Forums › WoodMart support forum › Header Colors Header Colors This topic has 7 replies, 2 voices, and was last updated 4 years, 6 months ago by Aizaz Imtiaz Awan. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts March 18, 2021 at 8:27 pm #274689 WalParticipant Hello, How to choose a specific color for text and icons in the header? Regards March 19, 2021 at 6:45 am #274745 Aizaz Imtiaz AwanKeymaster Hello, You need to do it with Custom CSS. Please provide the URL of the website with some relevant screenshots which you want to change to check it myself and help you out accordingly. Regards. Xtemos Studios. March 19, 2021 at 7:55 am #274765 WalParticipant Hello Aizaz, I just want to change the color to golden for all text and icons in the header. Please share the CSS that I need to add. Regards March 19, 2021 at 11:39 am #274830 Aizaz Imtiaz AwanKeymaster Hello, Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .whb-color-light .navigation-style-underline .item-level-0 >a { color: gold; } .wd-tools-element .wd-tools-icon { color: gold; } Regards. Xtemos Studios March 19, 2021 at 1:37 pm #274906 WalParticipant Hello Aizaz, It did not change everything? Some text and icons are still white. Regards March 20, 2021 at 6:06 am #274986 Aizaz Imtiaz AwanKeymaster Hello, Please add the code to the Global Custom CSS area and then tell me to check it myself and help you out accordingly. Because currently the code is not added. Regards. Xtemos Studios March 20, 2021 at 10:34 am #275027 WalParticipant Dear Aizaz, Please check Regards March 20, 2021 at 10:43 am #275035 Aizaz Imtiaz AwanKeymaster Hello, Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .whb-color-light .navigation-style-underline .item-level-0.current-menu-item>a { color: gold; } .whb-color-light .woodmart-shopping-cart .woodmart-cart-subtotal .amount { color: gold; } Regards. Xtemos Studios Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register