Header Names Not Visible In Refresh Theme

Header Names Not Visible In Refresh Theme

Homeline
New Member
6 0 0

This subject might have been discussed already but I could not find a solution within the community.

 

I've added header names in the Navigation > Main Menu. But for some reason, it is not visible.

 

Screenshot_17.pngScreenshot_18.png

Replies 7 (7)

Raj-webdesigner
Shopify Partner
354 88 85

can you share your site link?

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


Homeline
New Member
6 0 0

It's not published at the moment but the site is www.homelinemedical.com

Raj-webdesigner
Shopify Partner
354 88 85

add this css in your edit code > base.css file

.list-menu.list-menu--inline.horizontal-mega-menu>li:nth-child(2){
    display:block !important;
}

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


Homeline
New Member
6 0 0

It's still not working after adding the code at the bottom of the base.css file

Homeline
New Member
6 0 0

Can you give me an update? The code you provided did not work

Raj-webdesigner
Shopify Partner
354 88 85

Remove above Css And Add This css same  place

.list-menu li.buddha-disabled:nth-child(5) {
    display: none !important;

.list-menu li.buddha-disabled {
    display: block !important;
}
.list-menu li.buddha-menu-item {
    display: none !important;
}
.list-menu li.buddha-menu-item:first-child{
    display: block !important;
}

 

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com