Custom heading background color and underline

Posted in: Newsmag
Post count: 6

Hi there,

I am using News Mag – Travel theme.

I saw this (https://goo.gl/EdDCRX) style heading with background color and the underline on Newspaper theme website.

Is it possible to do the same heading on Newsmag theme?

Thank you.
SYD Harry

Post count: 6535

Hi

By default Newsmag theme does not have the border included in its style but you can use this css to achieve a similar rezult: http://screencast.com/t/rFdeQkYYgdCX

.td-pb-span8 .block-title{
border-bottom: 2px solid red;
width: 94%
}
.td-pb-span12 .block-title{
border-bottom: 2px solid red;
width: 96%
}
.td-pb-span4 .block-title{
border-bottom: 2px solid red;
width: 88%
}
.td-wrapper-pulldown-filter {
position: relative;
top: -48px;
}
.block-title > span{
top:0;
}

Thanks!

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