Need to change border color on block 6

Posted in: Newspaper
Post count: 555

I need another css code to change the border color under excerpt on block 6 from white to #032357 and make it solid line..thanks

Post count: 22421

Hello Steven,

Here is the code needed:

.td_block_6 .td_module_5{
border-bottom: 1px solid #032357!important;
}

I set it to 1 pixel height. If you want the border thicker just increment this number.
result: http://screencast.com/t/iGnc52c1kD

Thanks!

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