Tuesday, June 6, 2023

WordPress Knowledge Base
< All Topics
Print

Avada Theme: How to completely hide a container

I tried disabling all three of the visibility settings, but was unable to.  One of the settings would always remain visible.

The following solution worked for me:

Name the CSS Class of the container you want to hide: hide.

Then, to the theme’s customizer, and add the following to Additional CSS:

.hide {
display:none;
}

Source: themefusion forum

https://theme-fusion.com/forums/topic/unable-to-hide-a-container/#post-526670

Table of Contents