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!
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.
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!
Hello Samuel!
To hide the page title, you can apply this custom CSS:
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