[Solved] How to hide a div class in my page using css code? [closed]


First try to inspect in the firebug, and find the problem. If unable to that simply do the following changes
add in the css

.mythemes-white.mythemes-default-content{
    display:none;
 }

0

solved How to hide a div class in my page using css code? [closed]