Struggling to Hide Featured Area on Specific Page

This topic contains 1 reply, has 2 voices, and was last updated by  Kor 5 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #459889

    Greg Barr
    Full Member
    Post count: 182

    I want to remove the big image “Featured Area” from this page:
    https://corncenstaging.wpengine.com/acl-aco
    (I really think that should be toggle-able, but whatever)

    I’ve tried several things, including a couple suggested in threads here, but nothing is working.
    I put this code in a little HTML box at the bottom of the page. A technique I’ve used to add styling to a specific page.

    <style>
    .featured-area, .sd-location .featured-area {
    display: none !important;
    }
    </style>

    I also learned you can do that in master CSS by identifying page ID. So I did that too.
    .page-id-700 .featured-area, .sd-location .featured-area {
    display: none !important;
    }

    Neither is working. The featured area will actually disappear when I’m working in Beaver Builder, but on the live site I just can’t get the damn featured-area to go away. Please help. Thanks.

    #459899

    Kor
    Moderator
    Post count: 16516

    Hi Greg,

    Thanks for your post. Could you share those pages here so that I could tell you how this is done? You can use the private reply option below.

    Thanks!

    KC

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

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

Open Support Ticket