Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #47520
    Leslie Bigos
    Participant

    I wanted to remove the Page Entry Title so I entered:

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

    I realized, however, that it removed the CAPTION on my Slider. Any advice on how to remove the Page Title but not the Slider Caption?

    #47552
    Sakin
    Keymaster

    @bigoslesli: If you just want to remove the page header then replace your css with the following css in “Appearance => Theme Options => Custom CSS” box.

    .page #main .entry-header { display: none; }

    #47556
    Leslie Bigos
    Participant

    Thank you so much for answering!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Page Entry title without removing Slider Caption’ is closed to new replies.