Block Title Background

Posted in: Newspaper
Post count: 4

Hello
How can I make the color of the block title background color transparent so I only have the line:

https://www.dropbox.com/sh/5jlr1496h5f1bbk/AAAFobXe1XmXr4Mrf8LP_ohma?dl=0

Post count: 20688

Hi,

You can do that using this code, it will make all the block titles transparent, just enter it in Theme panel->Custom Css

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

Result – https://www.screencast.com/t/1dCrfBVW7

Thanks

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