• Hi,

    I need to create individual headers and mastheads for a site I’m creating using a customised theme.works theme. I have searched and tried about every piece of code I could find but nothing seems to work on this theme. I’m using custom CSS editor of Jetpack (loving it).

    The site landing pages is: http://pedalworx.co.za/WebsiteV3 and the page where I need to remove the header is http://pedalworx.co.za/WebsiteV3/?page_id=292

    I would really appreciate if someone has a tip on how to do this.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 60layers

    (@60layers)

    Here is a code that I’ve tried but it remove it from all pages:

    /* removal of headers for sub-pages */
    /* page: TITAN bikes */

    #page_id-292 .flexslider .slides .slide .slideshow-caption .slide-title, .carousel .slides .slide .slideshow-caption .slide-title, .comments-area .comments-title, h2, .xxl {
    display: none;
    }

    I’ve also tried it like this:

    /* removal of headers for sub-pages */
    /* page: TITAN bikes */
    .page_id-292 .flexslider .slides .slide .slideshow-caption .slide-title, .carousel .slides .slide .slideshow-caption .slide-title, .comments-area .comments-title, h2, .xxl {
    display: none;
    }

    Thread Starter 60layers

    (@60layers)

    Looks like the plugin Royal Custom CSS did the trick!

    https://ww.wp.xz.cn/support/view/plugin-reviews/rt-custom-css-page-and-post?filter=1

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

The topic ‘Removing #masthead and header using CSS’ is closed to new replies.