Hi,
1. You you use block on different rows you can add border to the column or row – http://screencast.com/t/TMaDHGGa – http://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!
Hi,
I’m not sure what you mean. Do you want something like this? – http://screencast.com/t/sHOQBXsoS – http://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!
-
This reply was modified 11 years by
Alin [tagDiv].
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!