Category title

Posted in: Newspaper
Post count: 74

For the titles on my categories – http://majorfuss.com/news/ – is there a way I can change it to the same style of Block Header 6? https://snag.gy/wNI8XM.jpg

Post count: 20688

Hi,

A theme setting for this is not available at the moment. But you could style the category title with CSS, to be similar to the block header style
https://www.screencast.com/t/zWSzpaZaaaJy
This is the code used in the example, you may modify it as you wish if needed

.category .td-page-title:before {
content: '\e904';
font-family: 'newspaper',sans-serif;
font-size: 10px;
position: absolute;
bottom: -8px;
left: 0;
right: 0;
text-align:center;
margin: auto;
line-height: 1;
}
.category .td-page-title {
text-align:center;
}

Thanks

Post count: 74

Thanks. What I’m finding by editing the Custom CSS, it causes a ‘flash delay’ before my changes appear. It will load the original setting, then a second later load my edit.

Am I right in thinking that to remove this delay, I would need to edit the ‘style.css’ file? How would I go about doing this?

Many thanks.

Post count: 20688

Hi,

In that case you could enter the code directly in the theme stylesheet, at the end of the existing code
https://www.screencast.com/t/xdIlo6vyK4H
Either modify the file by FTP, or you could even edit the stylesheet with the default WordPress editor
https://www.screencast.com/t/JIi1YDRPS
Or create a child theme for theme customization, and see how it goes
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

Post count: 74

Perfect, thanks Simion!

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