Normally thesis theme has no border and has background is in white color. Now you can change your site border and background as per your wish. By default the thesis theme has more options to change style of your webpage.
We know a theme has number of sections in its webpage display like header, navigation menu, content, sidebars, footer and etc. In order to get more visibility and attraction towards your site you need to customize your webpage each section with separate border. If you want you can change your section background.
In this tutorial I am going to give some code to segregate your webpage section. For this
- Login your word press admin.
- Goto ‘Thesis options’ in left sidebar of the dashboard.
- Under thesis options we have three options select the third ‘custom file editor’ option.
- Here we have options to edit three files cusom.css, layout.css and custom_function.php.
- Choose ‘custom.css’ file and enter ‘edit selected file’.
- Indside custom.css copy and paste the following code.
code for border change
/* border for whole site*/
body.custom {
background: #44443f;
}
.custom #container {
margin-top: 0.9em;
margin-bottom: 0.9em;
  padding: 0.3em;
background: #33332f;
border:0.3em solid #3e3e3a;
}
.custom #page {
background: #fff;
}
The above code you can change your site border width, color, margin and padding of the page container. If you want you can and footer and sidebar border by adding
.custom #footer and .custom#sidebar use similar coding and change your site as per your concern.
Finaly save the ‘custom.css’ file by clicking ‘Big ass save Button’.
Now check your site with better look.
Related Tutorials:









{ 4 comments… read them below or add one }
Is this for the interior layout borders? Like the red you have? The code is a bit messed up in the yellow box though
hai tony,
where we have used red in fourblogger and yellowbox? i don’t understand what you are mentioning..tell me clearly..
Hi Pascal,
I love your site the articles are very informative and have plenty of the necessary details.
I think you may have inadvertently used the wrong video for you post. I think this video is about uploading a logo. You have an awesome site and quality articles. Keep up the good work.
hai Joseph,,
Thank you… just now i updated the the post with proper video..
once again thanks for specifying our mistakes…
{ 1 trackback }