• Resolved lukeroutledge

    (@lukeroutledge)


    Hi,

    I know this has been discussed elsewhere on this forum but im a little stuck, even after looking around.
    i have built this site in wordpress and am almost done.
    I have the hide post title plugin installed and it is checked for every page but for some reason this one will not budge.

    https://lukeroutledge.com/struct/paintingsprints-2/

    Can any one help me please?

    can i maybe add something along the lines of .page id-something, post-title display:none

    Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding this to your CSS:

    .posttitle {
        display: none;
    }

    That might eliminate the need for the plugin – which is generally a good thing as well.

    Thread Starter lukeroutledge

    (@lukeroutledge)

    ah yeah! i had done that before i knew about the child theme, first time around. Thanks very much WPyogi!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Post title…one will not dissapear’ is closed to new replies.