Re: How do i get the two main headers in the dropdown menu to be bold?

Solved

How do i get the two main headers in the dropdown menu to be bold?

maniuk
New Member
10 0 0

maniuk_0-1667393694876.png

 

How do i get the two main headers in the dropdown menu to be bold (collections and Apparel)? Also how can i add a gap between the word collections and shop all without creating a blank menu item in between them.

 

many thanks.

 

Accepted Solution (1)
PageFly-Victor
Shopify Partner
7865 1786 3134

This is an accepted solution.

you can replace it by

ul.mega-menu__list.page-width > li>a{

font-weight:bold !important;

margin-bottom:16px !important

}

PageFlyVictor_0-1667402136311.png

 

View solution in original post

Replies 9 (9)

ExpertRookie
Shopify Partner
1518 249 325

Hi @maniuk 
Thank you for your question. 
Please share your store URL, page URL and also password (if your store has one) so we can help you.

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
maniuk
New Member
10 0 0

Did you mean this or the myshopify one?

https://moziakclothing.co.uk/

oscprofessional
Shopify Partner
16373 2440 3188

@maniuk ,

Share the store URL...

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
maniuk
New Member
10 0 0

PageFly-Victor
Shopify Partner
7865 1786 3134

Hi @Maniuk

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

Please remove a blank menu and code

 

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

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

ul.mega-menu__list.page-width li>a{

font-weight:bold !important;

margin-bottom:16px !important

}

PageFlyVictor_0-1667399049108.png

 

Hope my solution works perfectly for you!

 

Best Regards;

PageFly



maniuk
New Member
10 0 0

Hi,

 

Thank you so much yes it worked but I only want it for "collections" and "apparel"

 

How could i achieve this?

 

many thanks

ExpertRookie
Shopify Partner
1518 249 325

Hi @maniuk 
if you only want to add bold for the main menu item
You can try to add this code to bottom of the base.css file

.mega-menu__list .mega-menu__link--level-2{
font-weight: bold;
}
- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
PageFly-Victor
Shopify Partner
7865 1786 3134

This is an accepted solution.

you can replace it by

ul.mega-menu__list.page-width > li>a{

font-weight:bold !important;

margin-bottom:16px !important

}

PageFlyVictor_0-1667402136311.png

 

oscprofessional
Shopify Partner
16373 2440 3188

Hello @maniuk 

Try this code: It will be helpful to you -

Go to the online store > Theme> Settings> Edit Code> base.CSS > Add code in this file.

ul.mega-menu__list.page-width>li>a {
font-weight: 900! important;
margin-bottom: 6px !important;
}

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...