Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #244085
    Kristian Stiles
    Participant

    Hi, I have tried to remove the page titles on each of the gallery pages. Can you provide me with the right css code to do so?

    https://www.mariusm.com/vintage/

    #244132
    tikaram
    Keymaster

    @kstiles13: Login to your WordPress admin.
    Go to Appearance => Customize => Additional css and add the following css.

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

    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

    #244159
    Kristian Stiles
    Participant

    yes. thank you!

    #244161
    Kristian Stiles
    Participant

    actually, wait, it only removed it on the first entry, not all of the pages. Is there a way to remove from all of the pages?

    #244289
    tikaram
    Keymaster

    @kstiles13: Replace the above css with the following css

    .entry-header .entry-title {
    	display: none;
    }

    Let me know if this works.

    Regards,
    Tikaram

    #244373
    Kristian Stiles
    Participant

    It did. Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove page titles’ is closed to new replies.