Hi, I found a previous thread where I removed the product listing under the slider: .productlisting { display: none;} .fullwidth .fullwidth_inner h1.page-title { display: none;} However, there is now a gray block/bar underneath the slider. Can I get rid of that block entirely? Thank you.
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .salesdetails h1 { display: none !important; } Thanks, Praveen
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content_wrapper { display: none !important; } Thanks, Praveen
When I place this code, it does get rid of this area; however, it also removes the wrapper from all other areas of the content, thereby not showing any other content throughout the rest of the site.
This has resolved the issue for the desktop; however, when viewed on a mobile device, this space is quite significant. Is there a way to decrease this space for the mobile view?
Hey ! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (max-width: 767px) and (min-width: 480px){ .buyers.widget h6:first-child { margin-top: -51px; float: left; margin-left: 144px; } .buyers.widget span { margin-left: 26px; } .feature_content_wrapper { height: 150px; } } Thanks, Praveen