Tagged: full width sub menu
Hi,
I’ve got these pages with a Full Width Sub Menu, in mobile version it shrinks in burger icon (wich is fine to me) but with generic title “Menu”.
I wonder to change the word “Menu” with another word (e.g. “Shop”), is it possible ?
Thank you.
Hey davideroppo,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
Hi, the website is newsoundhifi.com
Hi,
Sorry for the very late reply and thanks for the screenshot and link. Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (max-width: 766px) {
#sub_menu1 > div > a > span.av-current-placeholder:before {
content: "Shop" !important;
font-size: 14px;
position: absolute !important;
}
#sub_menu1 > div > a > span.av-current-placeholder {
font-size: 0 !important;
margin-left: 10px !important;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike