Jump to content

Please review...border in homepage


Guest mthomassen

Recommended Posts

open the layout.css file in the template folder in skins directory of template u r using and find this at line 70

.boxContent {

border-top: 1px solid #A8B4B0;

border-right: 1px solid #5E85CF;

border-bottom: 1px solid #5E85CF;

border-left: 1px solid #5E85CF;

padding: 3px;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 75%;

color: #333333;

background-color: #FFFFFF;

margin-bottom: 5px;

}

you need to change the first 4 lines of border-........ to colour of your background to make it dissappear so to make it white replace with this

.boxContent {

border-top: 1px solid #FFFFFF;

border-right: 1px solid #FFFFFF;

border-bottom: 1px solid #FFFFFF;

border-left: 1px solid #FFFFFF;

padding: 3px;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 75%;

color: #333333;

background-color: #FFFFFF;

margin-bottom: 5px;

}

voila box dissappeared :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...