• this is my sample site and i have a plugin called wpadvert, and i need to access the page where i can disable for the custom advert that i posted, the topbar, the title, the sidebar and the other things. Or if it’s not possible, something that hides all these things.

    Now, i have some codes, but they are not hiding things anymore, like the topbar and the sidebar.

    .single-advert #top-bar-wrap, .single-advert .page-header-title {
        display: none;
    }
    
    .single-advert .content-area {
        width: 100% !important;
        border-right-width: 0 !important;
    }

    .single-advert .page-header {
    display: none;
    }

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Sorry but not getting those sections.
    Kindly share the snapshot of the sections that need to hide and also share the exact page URL where I can see the issue.

    Thread Starter francipisco03

    (@francipisco03)

    https://trevino.netsons.org/advert/fghfghfghfgh/

    this is a sample of advert where i want to hide the topbar and the sidebar.
    title and breadcrumbs css code are still working

    Hello,

    Thank you for sharing the URL the above code seems good to me and it should work.

    .single-advert #top-bar-wrap, .single-advert .entry-title, .single-advert .widget-area.sidebar-primary {
        display: none;
    }
    .single-advert .content-area {
        width: 100% !important;
        border-right-width: 0 !important;
    }

    If not resolved with the above, kindly share the snapshot of your Custom CSS field or complete code which you have added in the custom CSS field.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom advert page’ is closed to new replies.