Jump to content

Block heading titles size & other small changes....


Recommended Posts

hi. how can i change the heading sizes on the left and right blocks? when i change the .block .title_block, .block h4 in global it only changes the size of the Categories title Block. How To Change All The Other Block title Sizes?

 

also how can i limit the amount of letters used for the products title in the list for block new products?

 

http://www.shopmost.co.uk

 

thank you.

Link to comment
Share on other sites

You need to change it also here:

 

.block .title_block a, .block h4 a{

 

}

 

because some of headings are links

that didn't work. i added font size:16px; to the code and it did not change the title size of the blocks.

 

}
.block .title_block a, .block h4 a {color:#666}
.block ul {list-style-type:none}
.block li.last { border:none}
.block li a {
display:block;
font-size:16px;
color:#2166a2
}
Link to comment
Share on other sites

Open yourdomain/themes/default/css/global.css

 

On line 315 you have this code:

.block .title_block a, .block h4 a {
    color: #666666;
}

Just add to it so it looks like this:

.block .title_block a, .block h4 a {
    color: #666666;
    font-size:20px;
}

Then find this code on line 303

.block .title_block, .block h4 {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #D1D2D8;
    border-right: 1px solid #D1D2D8;
    border-top: 1px solid #D1D2D8;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 11px;
    text-transform: capitalize;
}

and change font-size to 20px

 

If font is to big change both to smaller number

 

Do i need to say you should upload file then and refresh page to see changes? ;)

Edited by dioniz (see edit history)
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...