Jump to content

Help finding out where to locate these text boxes on my template


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...