Question about theme 'Designfolio"
-
I am trying to get rid of the menu page names that appear on every page even though it is already written on the menu. Here is an example:
https://cloudup.com/ch3H8QJMfSs
I’ve already tried putting the CSS code: h1.page-title { display: none; }
and it is not working.
Any suggestions?The blog I need help with is: (visible only to logged in users)
-
Hi, to hide the titles on static pages in Designfolio, add the following CSS.
.page .entry-title { display: none; }
- The topic ‘Question about theme 'Designfolio"’ is closed to new replies.