Title Effect

Posted in: Newsmag
Post count: 23

How can I get this effect of the title

https://imgur.com/a/YGWgs5A

Post count: 35449

Hi,
That layout is made using custom css and it is apply using a body class in the theme panel> custom css.
A part of the code that you can use it this one:
body.page .block-title>span {
color: #222;
background-color: transparent;
padding: 0;
font-size: 18px;
line-height: 1;
text-transform: uppercase;
}
.block-title > span:after {
content: "";
background-color: #ef9337;
display: block;
width: 100%;
height: 2px;
margin: 8px 0 0;
}

I hope will help you!

Post count: 23

Perfect, thank you

Post count: 23

Sorry, working for homepage and page, in post I have this effect

https://imgur.com/a/pp24dtr

Post count: 35449

Hi,
Sorry, was my mistake I set the page class for the first code -> https://i.imgur.com/f25DYyU.png remove it (need to be like this: body .block-title>span {) and the code will apply for entire website.
Thank you!

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