Skip to main content

How To Make Your Blog Look More Attractive Using 30 Codes

Here we are going to mention 30 codes which are very helpful for beginners to use on their blog and make their blog look  more attractive. All you have to do is to open Template on your blog and then select Customize. A window will open on the top side of your blog. There click on advanced option present at the top left corner which is also encircled in orange color in the below shown screenshot.




When you click on Advanced option, a new white screen will open on the right side. 
1: Remove Page Titles
.page .title {
display: none;
}
#It will remove the page title of your blog.

2: Remove page title from a specific page
.page-id-200 .title {
display: none;
}
# You can remove title of any specific page using this code.

3: Remove image border
.entry img, img.thumbnail {
  backgroundnone;
  bordermedium none;
  padding5px;
}
4: Change colour of drop down menus
/* Changes the default background color of the drop down menus */
.nav li a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-ancestor a, .nav li.current-menu-item a, .nav li.current_page_item li a, .nav li.current_page_parent li a, .nav li.current-menu-ancestor li a, .nav li.current-menu-item li a, .nav li.sfHover a {background:#D0D9E0; }
/* Changes the hover background, text and text shadow color  */
.nav li ul li a:hover, .nav li.sfHover ul li a.sf-with-ul:hover {background:#316594color:#FFFFFFtext-shadow:0 1px 0 #000;}
/* Changes the default background color of a drop down menu with a child */
.nav li ul li, .nav li.sfHover ul li a.sf-with-ul { background:none repeat scroll 0 0 #D0D9E0; }
# It will change the color of your drop down menu being used in the menu used.
5: Change the header image per page
.page-id-xxxx #header {
    background: url("imageurl") no-repeat scroll 0 0 transparent; }

6: Remove next/previous buttons on Magazine slider
  .magazine #loopedSlider a.previous, .magazine #loopedSlider a.next {
  display: none;
}

7: To change the colour and transparency of block text on sliders
#loopedSlider .content p, #loopedSlider .content h2 {
background:rgba(255, 255, 255, 0.7);
}
8: Remove white space above the slider
#navigation {
margin-bottom: 0px;
}
.home .breadcrumbs {
margin-bottom: 0;
}
9: Remove breadcrumbs from your homepage
.home .breadcrumb {
    display: none;
}
10: Remove space between Header and Primary Navigation
#logo a img {
    display: block;
}
11: Align top menu to the right
#top-nav {
    float: right;
}
12: Change the background colour of Sliders
#loopedSlider .slides { background: #EEE;}
13: Add padding to Wootabs
#woo_tabs-3.widget {
    padding: 0;
}
14: Remove the footer on the homepage
.home #footer-widgets {
    display: none;
}
15: Add underline hover to navigation items
.nav a:hover {
    text-decoration: underline;
}
16: Customise caption style
.entry .wp-caption-text {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}
17: Delete Author and Post date
.post-meta { display:none; }
18: Add rounded corners to Portfolios
#portfolio img {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
19: Add an image to the footer area
#footer {
background:url(<a href="http://link-to-your-image.com/image.jpg" rel="nofollow">
http://link-to-your-image.com/image.jpg</a>);
}
20: Remove ā€˜comments are closedā€™ message
.nocomments {
display: none;
}
21: Remove the words ā€˜You are hereā€™ in breadcrumbs
.breadcrumb-title {
    display: none;
}
22: Centre ā€˜Comments and Continue readingā€™
a.more-link {
    display: block;
    text-align: center;
}
.post-more {
    text-align: center;
}
23: Centre Navigation
#main-nav {
float: none;
margin: 0 auto;
width: 400px;
}

24: Change the background colour of Main Content
#main {
   background: #fff;
}
25: Change Sidebar Background Colour
#sidebar {
    background: url("imageurl") repeat scroll 0 0 #FFFFFF;
}

26: Remove the Header (completely!)
#header {
    display: none;
}

27: Remove Space between Header and Navigation
#header {
    background-position: center bottom;
}

28: Change the default height of the Magazine Grid
.magazine .block { min-height: 400px; }

29: Change font for a single post
.postid-1066 .entry, .postid-1066 .entry p {
font: normal 16px/1.5em Antic;
color: #555;
}

30: Change Category link colours
.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited
{ text-decoration: underline; color:#888; }
Just put the above written codes in the white screen and press Apply to Blog as shown in the top right corner of the above shown screenshot. This is it. Now you can view your blog, it will look completely different and Amazing. If you have any other query do ask us in the comment box.

Comments

Popular posts from this blog

How To Create Drop Down Menu in Blogger

Drop down Menu  is something which everyone wants to have on his blog. However, because of the lack of proper information they can't have it on their blogs. Again, many people even think that it is quite hard to put menus with sub menus on any Blog. Well, this is not so. Here, in this tutorial we will tell you on how to add sub menu to your Menu step by step for your Blog.

Search and Apps: Interesting Feature of Windows 10

Windows 10 has come with lots of surprises and interesting features. Well some of the interesting features are Search and Apps, Search, Share, App Sizes, Defaults and Notifications.   Well, we have discussed about Notifications earlier. You can look about it by clicking here . Let's see what Search and Apps consists of other than Notifications option. Follow the below written to steps to reach to Search and apps option. Step 1 : Press  Win+I  keyboard shortcut. It will open the right sidebar. Look at the down right corner. You will see  change PC settings . Click on this. Step 2 : It will open a new window with name " PC settings ". Select  Search and apps  here. Step 3 : It will open a new window of  Search and Apps.  Here, you can see different options like: Search, Share, Notifications, App sizes and Default. Let's us see a brief about each of them. 1. Search : Whenever you search for something and suppose it is not in...

Create Multiple Desktop in Windows 10

Here, We are going to tell you on how to create multiple desktop in Windows 10 and working on them by switching in between them. Windows 10 has come in the market with lots of interesting things like its start button combined with start screen. Similarly, it has brought the feature of adding multiple desktop on a single operating system. Multiple Desktop, the name itself is enough to explain its meaning. Isn't it excite you as you could have more than 1 desktop. Thus, You could create multiple desktop with different looks and you can switch between them whenever you wish too. This new feature of windows lets you separate work-spaces for work and fun, without the need for an actual additional computer. Let's see how to create these multiple desktop and have fun with them. How To Create Multiple Desktop On Single OS and Switch Between Them Creating Multiple Desktop and switching in between them is very simple just like the way we used to switch between the tabs. Foll...