Removing featured area from supreme directory custom home page

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

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #375646

    JD
    Expired Member
    Post count: 21

    Hello,
    I’ve created a custom home page with a page builder, but the theme (Supreme Directory) adds automatically: the featured area, background image, search form and popular categories on that page, and I’d like to completely remove that items, and leave only the page that I’ve designed. How I do this?.

    Thanks

    #375661

    Kor
    Moderator
    Post count: 16516

    Hi JD,

    This can be done using custom CSS. Kindly refer to this article https://wpgeodirectory.com/docs/customizing-your-style/

    #375782

    Paolo
    Site Admin
    Post count: 31206

    This is the css needed:

    
    
    .sd.home .featured-area {
        display: none;
    }

    You’ll also need to assign a color to the header that in the home page is transparent.

    
    
    .sd-homepage .site-header, .sd.sd-location .site-header {
        background-color: #333;
     }

    Thanks

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

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

Open Support Ticket