How to make title widget like Scandal

Posted in: Newsmag
Post count: 152

Help me to make widget title like this?

Post count: 22421

Hello,
If you want your block title sto have no background you can use this css in the thee panel->custom css box:

.block-title span{
background-color:transparent!important;
}

Thank you!

Post count: 152

I have tried it, but i can’t found any line under block title.

Post count: 23312

Hello Syams,

If you want to add a line under block title, you should use the following code and place it in Theme panel ->Custom CSS area.

The code is ->

.td-ss-main-sidebar .block-title span {
text-decoration: underline;
}

Thanks for the message!

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