How To Remove These Boxes
- GK User
- Fri Jan 03, 2014 8:53 am
Hello,
I wanted to know where to go to remove these boxes, see attachment. Here is the url:http://rdcsolution.net/
I wanted to know where to go to remove these boxes, see attachment. Here is the url:http://rdcsolution.net/
-
- Platinum Boarder
- GK User
- Fri Jan 03, 2014 9:03 am
Hello
About Read more button probably it can be disabled into module configuration.
Check settings/options like "Read more" On / Off.
If not we can hide using CSS:
About Read more button probably it can be disabled into module configuration.
Check settings/options like "Read more" On / Off.
If not we can hide using CSS:
- Code: Select all
.banner a.readon {display:none;}
-
- Platinum Boarder
- GK User
- Fri Jan 03, 2014 9:09 am
About Offer button,
it looks that someone add custom css for it, but you can also try to find option to hide it or
But I wonder if would not be easer for you use different type of module to show those two images for example default banner module from Joomla, hmm ?
Because right now they uses too advanced module for low requirements .
it looks that someone add custom css for it, but you can also try to find option to hide it or
- Code: Select all
.banner .nspArt .nspContainer .nspHeader {display:none;}
But I wonder if would not be easer for you use different type of module to show those two images for example default banner module from Joomla, hmm ?
Because right now they uses too advanced module for low requirements .
-
- Platinum Boarder
3 posts
• Page 1 of 1