Single Blog Styling

Hello! I’m adding a Blog to a site I built a while ago, and hoping you can help with a few things:

  1. Can you please advise how to hide the Page Title on Posts? I’d like to remove the words “Arts News” from the Single Posts https://www.wollombi.org/arts-news-january-february-2019/ There doesn’t seem to be the Disable Page Title option like on Pages.

  2. Is it possible to increase the size of the Blog Title?

  3. Any way to reduce the blank space after “Next Exhibition” text? This is a very different version of WPBakery Builder than I’m used to using – there don’t seem to be the padding options.

Hoping you can help.
Melanie

Hello Melanie,

Please add this code in X > Theme Options > CSS:

.single-post .entry-header {
    display: none;
}

.single-post .h-landmark {
    font-size: 40px;
}

.single-post h4 {
    margin-top: 10px;
}

Here are some related links for further reading:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.