Archived topic
Issues With Thrive Architect
8 replies · Started by Sunil on September 5, 2020
Hello
I have a problem using both GP and thrive architect. If I turn on the Off-Canvas panel and search in GP, these two appear in the Thrive architect's menu as well. Why is it causing an issue? Can you please check?
Hi there,
are you wanting to display the Off Canvas Panel and Search icon in your Thrive navigation ?
Hello
No, I don't want them to be seen. They just appear out of nowhere in every navigation menu of Thrive.
Try adding this CSS:
.tve_w_menu .slideout-toggle,
.tve_w_menu .search-item {
display: none !important;
}
Unfortunately, this doesn't work.
Where did you add the CSS? And did you clear your caches after adding it ?
I added it in the additional CSS of the customizer. Yes I cleared the cache as well. You can check it.
Added the CSS in custom CSS of thrive architect. Worked for me. Thank you so much!
Glad to hear you found a solution