Block/Module Titles

Posted in: Newsmag
Post count: 17

How can I make the font size and the actual button for the block/module bigger? Also is there a way to have it centered in a block as opposed to it being shifted left?

Post count: 6600

Hi,

Please provide more details about the button you refer too and also provide an URL to your site and point me to the button you need to change.
Please let me know!

Thanks

Post count: 17

What I mean is the block titles. Please visit toppbottom.com. I mean the title such as “Popular This Week” and/or “Recent Albums & Mixtapes.” In size, they are pretty small. I’d like to make them bigger in size and font, even possibly center them in each section.

Post count: 7909

Hi,

You can change font size for block title from Theme Panel like this: http://screencast.com/t/9GYc5ZcqchH
And you can make this changes in custom css for background you have to increase padding: http://screencast.com/t/q9gYqBEqT6hC

.block-title > span{
padding: 10px 15px 10px 15px;
}

If you want to center title to all blocks use this cutom css: http://screencast.com/t/WfhscBWPbBq

.block-title{
display: block;
text-align:center;
margin-left:0px !important;
}

If you want only for block 7 use this class .td_block_7 .block-title

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.