Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Dropdown icon not showing on main menu (for nested menu items) in header section

Dropdown icon not showing on main menu (for nested menu items) in header section

rehansaeed
Tourist
14 0 2

Hi, I need help with my main menu in the header section. The problem is arrow icon is not showing for my nested menu items on the desktop. so it isn't easy to differentiate between nested and non-nested menu items. I need a little guidance as I can handle basic CSS myself. My store URL is https://dazzlebysarah.com/ and it's not password protected. I want to show a down arrow icon on items in which a nested menu is implemented. 

 

I want to show down arrow icon on items in which nested menu is implementedI want to show down arrow icon on items in which nested menu is implemented

Replies 10 (10)

Denishamakwana
Shopify Partner
1408 173 232

Please add  below css code in bottom of assets/theme.css file

a.site-nav__link.site-nav__link--underline.site-nav__link--has-dropdown::before {
         content: "";
         right: 0;
         position: absolute;
       width8px;
        height8px;
      border-style: solid;
        border-color: #000;
       border-width0px 1px 1px 0px;
       transform: rotate(45deg);
        transition: border-width 150ms ease-in-out;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
rehansaeed
Tourist
14 0 2

not working sir, I need to show arrows on menu like this shown in the image below
needed.JPG

oscprofessional
Shopify Partner
16116 2410 3126

@rehansaeed 
Hii,

.site-nav__link.site-nav__link--underline.site-nav__link--has-dropdown::before {
	content: "\25be";
	position: absolute;
	right: 0;
	font-size: 20px;
	top: 3px;
	bottom: 0;
	left: 80px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
rehansaeed
Tourist
14 0 2

not working sir, I need to show arrows on menu like this shown in the image belowneed arrows like this on nested menu itemsneed arrows like this on nested menu items

oscprofessional
Shopify Partner
16116 2410 3126

@rehansaeed 
Hello,
Please check

oscprofessional_0-1657787386812.png

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
rehansaeed
Tourist
14 0 2

@oscprofessional 

Hi, I have pasted the code in css file but its not updating, please check to see whats wrong. I am using shopify impulse theme 2.0.

 

arrow.JPG  

oscprofessional
Shopify Partner
16116 2410 3126

@rehansaeed 
Replace Code

.header-wrapper .site-nav__link.site-nav__link--underline.site-nav__link--has-dropdown::before {
content: "\25be";
position: absolute;
right: 0;
font-size: 20px;
top: 3px;
bottom: 0;
left: 80px;
}

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
rehansaeed
Tourist
14 0 2

@oscprofessional replaced, still not working

oscprofessional
Shopify Partner
16116 2410 3126

@rehansaeed 

Please Accept Request

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

riznota
Visitor
1 0 0

Hello,
You can enable the arrow in the graphical interface, in the "theme > customization" settings