Add border to thumbnails in footer

Posted in: Newsmag
Post count: 15

How would I add a border to the images under the “Even More News” section? Also is there a way to change the words “Even More News” to something else?

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/qYSa1a8yygv

.td-footer-container .td_block_7 img{
border: 2px solid red;
}

The indicated expression can be changed from theme panel > translations: http://screencast.com/t/PHCBtMxUzrhttp://screencast.com/t/lsOMBvl5

Let me know how it goes.
Thanks!

Post count: 15

Great. Worked perfectly! Thanks for the help.

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