Change Background Type-color and reduce gap

Posted in: Newspaper
Post count: 3

change background color and gap
Hi how do i (1). Change the color of the title background color as shown in the photo. (2) Reduce the gap.

Thanks.

Post count: 3

Hi please ignore the first msg. I just want TITLE BACKGROUND COLOR changed, for a category sidebar. Am using BABY BLOG theme, and it has outline border type. I don’t want outline. Thanks.

Post count: 22421

Hi,
Unfortunately every demo has it;s own style and this cannot be changed from the theme panel. It has to be edited with custom css if you want to change it.
This code should get it closer to the default titles:
.td-blog-baby .td-ss-main-sidebar .block-title{
border-bottom: 2px solid black!important
}
.block-title span{
display:table-cell!important;
color:white!important;
background-color:black!important;
border-style:none!important;
padding:5px!important
}

Hope this helps.
Thank you!

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