StyledThemes

Post Titles

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42596
    Steven Draper
    Participant

    Hi,

    I like to hide post titles and I use the check box to do so – however from time to time they reappear and I need to switch them off again.

    Not sure what is going on and it seems to have been happening since I installed the theme.

    Many thanks in advance and any help would be great.

    #42597
    Steven Draper
    Participant

    Just to clarify I mean Page titles – sorry 8^)

    #42628
    Sushil Adhikari
    Moderator

    HI Steven,

    Please add this custom css on child theme style.css or addition css section of customizer, so your custom changes will not lost on theme update.

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

    Note: This will hide title on all the pages.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.