Look of a block title in a widget

Posted in: Newspaper
Post count: 260

Hello
For a evolution site, we choose your excellent theme.
https://www.bs-communication.com/nos-references/
In the widget on the right the last one show a old plugin.
How we can achieve that the title Témoignages have the same form design that the 2 others, Actualités & Recevez les news de l’agence ! ?
I suppose throught a CSS code to paste in the theme CSS editor?
Regards

Post count: 20688

Hi,

So you want that widget to have a similar border left as the other widgets, like this
https://www.screencast.com/t/DLb8FvkR9Zg
This would be the code for that

.temtitle {
padding: 0 12px;
border-width: 0 0 0 4px;
border-style: solid;
border-color: #29292a;
}

Thanks

Post count: 260

Great. Thanks
How to achieve to have the same font and size?
Regards

Post count: 20688

Hi,

I could give you a code for that as well, I thought that maybe the plugin has settings of it’s own. The result would be like this
https://www.screencast.com/t/eXydrjlR

.temtitle h2 {
font-family: Bitter;
font-size: 16px;
margin-bottom: 26px;
line-height: 25px;
text-align: left;
}

Thanks

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