• I have been referred to you by James Huff, WP moderator, because there might be an issue with the Responsive Theme I’m using.

    I have a question about our current WordPress site at raymondmadaghiele.com (built from www.remarpro.com and self-hosted): Each page has a “title” that appears at the beginning of the body of text. They happen to correspond to the buttons labelled in the purple stripe at the top of the page under the header. I have tried to delete the titles from the body of the text but end up also erasing the button title. How do I delete the “titles” in the body of the text? (They appear on every page.)

    Thank you,
    Lyn

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there Lyn,

    How are you doing today?

    This can be easily done with some custom CSS. Please try adding the following CSS code to Appearance -> Theme Options -> CSS Styles:

    #content h1.entry-title.post-title {
        display: none;
    }

    This will remove that title on all of your pages. If the code doesn’t work for any reason please keep it added and let me know so I can take a look ??

    Have a great weekend!

    Cheers,
    Bojan

    Thread Starter Lynmadaghiele

    (@lynmadaghiele)

    Hello, Bojan!

    I added your suggested code to Appearances – Theme Options – CSS Style. However, it doesn’t seem to have made a difference.

    Would you please take a look at https://RaymondMadaghiele.com/wp-admin
    ID: Lyn
    PW: wz30gBuhwSH5c

    Thank you soooo much!

    Lyn

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I get Responsive Theme titles in body of text to disappear?’ is closed to new replies.