All "title style" like style 1

Posted in: Newspaper
Post count: 1

Hey guys, i would like to have all my title style like style 1… the one’s that i get the option to change it, i’ve changed… but i want the other ones looks like style 1 as well, for exemplo the “Last posts” from page builder…

How do i do that?

Best?

Post count: 6600

Hi,

You can achieve that via css, use this custom css in theme panel > custom css filed: http://screencast.com/t/Y3aeNhJftoF

.block-title {
border-bottom: 2px solid #e7e7e7 !important;
font-size: 18px !important;
position: relative !important;
top: -3px;
margin-bottom: 23px!important;
}

.block-title a, .block-title span, .block-title label {
background-color: transparent !important;
color: #444444 !important;
padding-left: 0px !important;
padding-bottom: 3px !important;
padding-top: 0px !important;
display: inline-block;
}

Thanks

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