Hide "Advanced Title Field" Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Hide "Advanced Title Field" This topic has 2 replies, 2 voices, and was last updated 6 years, 2 months ago by FreshySites. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts March 11, 2020 at 3:32 pm #26216 FreshySitesParticipant 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). March 11, 2020 at 4:00 pm #26222 Ernest MarcinkoKeymaster Sure! Use this custom CSS, it should hide it: .asp_content>h3 { display: none !important; } March 11, 2020 at 4:49 pm #26230 FreshySitesParticipant Was hoping for a way to hide it from the DOM properly without CSS. But I suppose it’ll have to do for now. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In