wormwoodrocks Posted June 27, 2014 Share Posted June 27, 2014 Hi, Could some where please tell me where I can locate these boxes on my Back office. I would like to change the text and links etc, but I cant find out where they are, I dont think its a module, etc. Here is the demo script : http://www.templatemonster.com/demo/46845.html The boxes I am talking about are the 3 boxes just underneath the top large banner. They say ' Buy a new tee' 'Spread the word' and 'clearance sale'. Really thank you in advance. Dd Link to comment Share on other sites More sharing options...
PeterDesouza Posted June 27, 2014 Share Posted June 27, 2014 Check if there is any module html content in admin->modules. 1 Link to comment Share on other sites More sharing options...
wormwoodrocks Posted June 27, 2014 Author Share Posted June 27, 2014 Check if there is any module html content in admin->modules. Thank you my friend thats exactly it, brilliant, been looking for that for 3 days Thanks again. Link to comment Share on other sites More sharing options...
wormwoodrocks Posted June 28, 2014 Author Share Posted June 28, 2014 thank oyu for your earlier reply, i was wondering if you knew how I could change the colours of these boxes and text? The module will allow me to change html text but there is no options for the colours, thanks in advance. Dd Link to comment Share on other sites More sharing options...
PeterDesouza Posted June 29, 2014 Share Posted June 29, 2014 Hi, As I am able to check in demo site following is css code responsive for box background color. #htmlcontent_home li:first-child > a { background: none repeat scroll 0 0 #fff; } #htmlcontent_home li > a { background: none repeat scroll 0 0 #3edcff; box-shadow: 0 5px 29px rgba(0, 0, 0, 0.07); display: block; height: 239px; padding-top: 28px; position: relative; text-align: center; } #htmlcontent_home li.last > a { background: none repeat scroll 0 0 #737373; } And I think it is in module's css file which can be in following locations: 1. RootDir/modules/modulename(like htmlcontent)/.. 2. RootDir/themes/theme810/modules/modulename(like htmlcontent)/.. If you found in both locations then prefer to change in 2nd location file . Change background color value. this will change background color. Similarly find classes for tags used in text and change value of color. Kind Regards Peter Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now