Block 4&5 border and font color

Posted in: Newspaper
Post count: 6

Hello,

I have another question, thanks for the fast respond earlier.

1. Can you give me the custom css to create borders for Block 4 and 5.
2. I would like to change the font color for Title, and Date, what is the code to change it?

Thanks!

Post count: 7909

Hi,

1. You you use block on different rows you can add border to the column or row – http://screencast.com/t/TMaDHGGahttp://screencast.com/t/qPYBVNr9jQ
2. You can change the font color for articles titles and date generally you can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/ITVHWWaJPR8I

.td-module-title > a {
color: #F12345 !important;
}
.td-module-meta-info .td-post-date {
color: #292D92;
}

If you want to do this on a specific block or module you have to target with specific class – http://screencast.com/t/uHjIsgq2jkgz

Thanks!

Post count: 6

Hi, thanks very much.

I actually taking about border for the block thumbnails not the content, is there a easy code or way to create that?

Thanks!

Post count: 7909

Hi,

I’m not sure what you mean. Do you want something like this? – http://screencast.com/t/sHOQBXsoShttp://screencast.com/t/x8iqzwVdNq

.td_block_5 .td-module-thumb img {
border: 2px solid red;
}

Please provide more details, if this is not what you mean.

Thanks!

Post count: 6

Hi,

Yes something like that and also the border cover bottom info too.

Thanks!

Post count: 7909

Hi,

You can add a border using this custom css – http://screencast.com/t/1mg8X8OM but you will need additional customizations, unfortunately we cannot provide any type of custom work so if you don’t have basic css/html experience I suggest to hire a freelancer to do this for you.

.td_block_4 .td_module_2 {
border: 1px solid red;
}

Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.