Okay
  Public Ticket #1031960
Removing Page Titles
Closed

Comments

  •  2
    Samuel started the conversation

    I would like to remove the page titles from each page. If you take a look at my homepage : http://www.brothersdesignco.com/ : I would like to remove "Coming Soon" from above the "Stayed Tuned" illustration. Thanks!

  •  291
    Paul replied

    Hello Samuel!

    To hide the page title, you can apply this custom CSS:

    .post-title {
        display: none;
    }
    

    If you would also like to use custom CSS for other elements, I recommend Developer Tools on Chrome or Firebug on Firefox to inspect the elements on the page. Then you will know which CSS selector to adjust.

    (More info: https://uxbarn.com/inspecting-elements-developer-tools/ )

    Regards,
    Paul