How to remove featured-area on new pages

This topic contains 5 replies, has 3 voices, and was last updated by  Kor 7 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #363554

    rigots
    Lifetime Member
    Post count: 275

    Hi,
    I am trying to build new pages with beaver builder but my default pages when I “add new” automatically have the header with my menus and the footer, as well as some image with the page title.

    I would like to remove the image with title on my “About” page. I see from chrome inspect that the area is need to remove is “.featured-area” but when I try the CSS below, it removes the feature area from my home page. How do I make it remove the feature area from my “About” page?
    {
    display: none;
    }

    Thank you.

    #363558

    Kor
    Moderator
    Post count: 16516

    Hi Rigots,

    Could you please share the URL of the site in question and also show me a screenshot of what you’re trying to remove there.

    Thanks!

    #363694

    rigots
    Lifetime Member
    Post count: 275

    Hi Kor Chung,
    I am using the directory starter theme and Supreme child theme.

    Attached is a sample screen shot of what I get when I create a new ‘About’ page.
    As you can see be default is has the “About” title with the background-image: url(‘http://www.mysite.com/wp-content/themes/supreme-directory/images/featured.jpg’).

    I want an empty body. So, I basically want to remove
    #ds-container > div.sd-container > div > article > header > div
    which is the .featured-area for that ‘About’ page.

    I just realized that this is a unique page to me that will not be over written by any theme or child theme update, so I can jut go directly go to the file and remove that section manually.

    But if you know how these would be removed with CSS that would be great to know to have the option.

    Thanks,
    Rigo

    #363695

    rigots
    Lifetime Member
    Post count: 275

    Opps, forgot attachment.
    Here it is.

    #363716

    Paolo
    Site Admin
    Post count: 31206

    The url?

    #363719

    Kor
    Moderator
    Post count: 16516

    Hi Rigots,

    You can try targeting the unique page ID as shown in this screenshot. http://prntscr.com/ecysuq . Try this custom CSS and see if it works.

    
    
    .page-id-361 .featured-area {
        display: none!important;
    }

    Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket