This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Hide "Advanced Title Field"

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Hide "Advanced Title Field"

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26216
    Freshy SitesFreshySites
    Participant

    I’m trying to hide the “Advanced Title Field” entirely. I don’t want it to fill with anything, since I’m putting the title down in the Advanced Description Field instead. Is there a way to remove that code, so that I don’t have to use display: none?

    This is my set up: https://i.imgur.com/LvGwB1r.png

    But it still shows the regular title on the frontend (in addition to the one I added to the Description area).

    #26222
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Sure!

    Use this custom CSS, it should hide it:

    .asp_content>h3 {
        display: none !important;
    }
    #26230
    Freshy SitesFreshySites
    Participant

    Was hoping for a way to hide it from the DOM properly without CSS. But I suppose it’ll have to do for now.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.