Hey there Philippogz,
How are you doing today?
This is definitely possible to remove with some custom CSS. Can you please post link to your site so I can take a look?
Also do you want this removed from your products page or single product pages?
Looking forward for your response π
Best regards,
Bojan
i also had the same issue.
http://nightsoutinnewcastle.co.uk/product-category/barclub-directory/
this happens on each page except the homepage
Hey there wa118229,
Thanks for the link, I’ve checked your site, we should be able to remove this with some custom CSS, since Profit Mag has its own custom CSS tab in Appearance -> Theme Options -> Tools -> Custom CSS you can try adding the following there:
div#sidebar {
display: none;
}
I check other sidebars on your site and they have different IDs so this shouldn’t affect other sidebars.
Hope this helps π
Best regards,
Bojan
thank you, the side bars have disaappeared.
can you help in another matter –
i wish to remove the popular slider/display and the picture of the guitr on the homepage also..
http://nightsoutinnewcastle.co.uk/
Hey again wa118229,
If this is what you’re referring to http://screencast.com/t/aO5i3vp8 then you should be able to remove this by adding the following:
.home-featured-block.popular-widget-area.clearfix {
display: none;
}
As for the picture I’m not really sure which one you want removed so could you please post screenshot pointing to what you wish removed and I’ll be happy to help π
Cheers,
Bojan
sorry bojan..im unabe to pist a screen shot via here.
my apologies also – its a picture of a camera (not guitar)
http://www.nightsoutinnewcastle.co.uk
Hey again wa118229,
That’s ok, if you want to use it you need to install Jing,
But screenshot for this will not be necessary, to remove that image please try adding the following:
.home .mid-section-ads {
display: none;
}
Hope this helps π
Cheers,
Bojan
Thank you – all issues resolved. Thanks fora your help
Glad I could help!
Have a great weekend π
Cheers,
Bojan
Sorry, I’ve just now been able to get back but thanks for the solution above. It worked great! Thanks again.