• Resolved arielfg

    (@arielfg)


    Hi,

    I was wondering : is it possible to change the title heading of a post ?
    It would be really nice but after searching I can’t find a way to do it…

    Thanks !
    Ariel

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hi @arielfg

    Thanks for providing the webpage link.

    Right now News & Blog Designer Pack plugin display the post title in H2 tag. So you so you want to change this heading tag?

    We can change the font size of the post title without changing the heading tag. You can use below CSS snippet for this. You can add below CSS snippet in WordPress Customizer > CSS or in your theme / child-theme style.css and save it.

    .bdp-post-title a{
      font-size: 24px;
    }
    Thread Starter arielfg

    (@arielfg)

    Hi @pluginandplay,

    Thanks for your feedback !

    Actually, I’m trying to change the post title tag from h2 to h3. Or another tag. It would be nice for the seo.

    Ariel

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @arielfg

    Thanks for your response.

    Sorry lite version does not have this functionality. Premium version have templating feature so you can achieve this by copying its template to your current theme / child theme and modify it as you want.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change title heading’ is closed to new replies.