sub menu arrow how to remove
-
I have had a request to remove the arrows > from the sub menu only. It has lead to confusion suggestion there is another layer. Astra Pro theme
I’m not a coder and need a snippet to add under css if anyone could help
I did identify this piece of code when I asked inspect element
.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg {
top: .2em;
margin-top: 0px;
margin-left: 0px;
width: .65em;
transform: translate(0,-2px) rotateZ(270deg);
}
I added this bit of code
svg.ast-arrow-svg {
display: none;
}
But that removed all the arrows in the menu. I am being asked only to remove the sub menu arrows
Really appreciate help
thank you
The page I need help with: [log in to see the link]
- The topic ‘sub menu arrow how to remove’ is closed to new replies.