• I have a plugin called WPadverts that allows me to create some adverts, but when I create and advert I can’t customize things like removing top bar or breadcrumbs and things like that. Not even set the parents page

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

    Please share the page URL from where you want to remove the topbar/breadcrumbs.

    and when you creating the adverts that are the part of wpadverts plugin, not the theme that is the reason you are not getting those options.

    Thread Starter francipisco03

    (@francipisco03)

    https://piscovini.netsons.org/prova/titolo/
    this is a try, and i need to access the page where i can disable the topbar, the title, the sidebar and the other things. Or if it’s not possible, something that hides all these things

    Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

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

    (@francipisco03)

    Ok then, tobar and fullwidth are right, but there’s still the brecrumbs and the grey horizontal stripe. what about them? and i have one more question, today a Lens for the search bar has appeared in my header, how do i disable it?

    Hello,

    Kindly add the below code also,

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

    and not getting any search icon in header please share the snapshot of it.

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