• ryantaylor16

    (@ryantaylor16)


    Just curious if you have plans to include CSS options so we could customize the themes a little easier. I don’t want to show the page titles on each page and would like to simply remove them. Any help would be appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Suyogya Shukla

    (@themeislesupport)

    Hey there,

    Please post a link to your site. Thanks!

    driftkop

    (@driftkop)

    Try adding this to your css file:

    .entry-header {
    	display: none;
    }
    Thread Starter ryantaylor16

    (@ryantaylor16)

    I know how to create a parent theme and hide it, the question was my attempt at having a CSS Options option in Customizer.

    Where would this need to be placed in the .css file?

    .entry-header {
    display: none;
    }

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hide Page Title’ is closed to new replies.