ResolvedHelp with site
- This topic has 1 reply, 2 voices, and was last updated 3 years, 2 months ago by
Althemist.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- July 3, 2020 at 2:19 am #24071
luisaverdee
ParticipantHi, I’m working with the multivendor
1- I’m trying to turn off the tear-off via theme options > common styles and it’s not working
2- Can I remove the hover line under the menu items?Thank you
July 7, 2020 at 12:10 pm #24199Althemist
KeymasterHi luisaverdee,
1. The global tear off option only controls the site footer adn page title effect. For the Row elements on pages, you’d need to turn it off for each Row in it’s setting. It’s done from the page builder.
2. The only way to remove the line would be with CSS. Something like this:
#main-menu ul.menu > li > a::before { display: none !important; }
Regards,
Dimitar - AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in and have valid license to reply to this topic.