Anyone know how to change this line colour?

Hi there,

I am trying to find out where the line is and to change the colour. so it’s the same as our other.

the line just above my menu thats currently green. but would like to change it to match our light blue colour.

muy url is here mister vape

Thanks for the help :slightly_smiling_face:

HI @mistervape

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css.

Step 3: Paste the below code at bottom of the file → Save

nav.header__bottom-navigation.hidden-pocket.hidden-lap {

border-top: 1px solid #0be1f0 !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Hello @mistervape

It’s GemPages support team and glad to support you today.

You can follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your theme.css file and paste the following code below:

.header__bottom-navigation{
   border-top: 1px solid #a2e0da;
}

If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team

1 Like

Thank you, that worked perfect :slightly_smiling_face: