Hide "Advanced Title Field"

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

This topic contains 2 replies, has 2 voices, and was last updated by Freshy Sites FreshySites 4 years, 1 month ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26216
    Freshy Sites
    FreshySites
    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 Marcinko
    Ernest Marcinko
    Keymaster

    Sure!

    Use this custom CSS, it should hide it:

    .asp_content>h3 {
        display: none !important;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #26230
    Freshy Sites
    FreshySites
    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.