Header Menu no longer displaying on Dawn 6.0.2

Header Menu no longer displaying on Dawn 6.0.2

mjwatson83
Visitor
1 0 0

At first the header menu and shopping cart was showing, and now I think I did something to cause them to disappear. Please help the website is www.trinketsbyjamie.com, no password Please help!

Replies 2 (2)

PageFly-Victor
Shopify Partner
7865 1786 3131

Hi @ Mjwatson83

 

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

 

-Go to Online Store->Theme->Edit code 

-Asset-> base.css  paste the below code at the bottom of the file.

 

.header__active-menu-item,.header__menu-item,.header__icon{color:black !important}

Screen Shot 2022-11-10 at 11.28.18.png

 

Hope my solution works perfectly for you! 

Best regards,

PageFly

GemPages
Shopify Partner
5625 1262 1279

Hello @mjwatson83 
This is GemPages - A powerful Page Builder.

I would like to give you some recommendations to support you

Solution 1: 

You can follow these steps:

1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid theme file
paste below code before </body> :

 

<style>
  .header__icons .header__icon--search,
  .header__icons .header__icon--cart,
  .header__inline-menu .header__menu-item{
    color: #your_color_code;
  } 
</style>

 

#your_color_code: color code or color name can be used: #FF0000 , blue , grb(255,255,255) ...

 

Solution 2:  Go to customize of Dawn theme -> theme setting -> color ->  Secondary colors -> text

Screenshot at Nov 10 14-46-03.png

 

Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center