How to change the text color and icon color in heading?

testing (makerlab-electronics-ph.myshopify.com)

Hi @niceeee

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

.shopify-section-header-sticky .header-wrapper {
    background: #fff!important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

I mean the text only and the icons not the background sir

Hello @niceeee ,

It’s the GemPages Support Team and we are glad to assist you today!

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team

@niceeee You can try this code

.header__menu-item{
 color: red !important;
}
.header__icon {
 color: red !important;
}