This topic contains 2 replies, has 2 voices, and was last updated by FreshySites 3 years ago.
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
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 FreshySites 3 years ago.
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).
Sure!
Use this custom CSS, it should hide it:
.asp_content>h3 {
display: none !important;
}
Best,Was hoping for a way to hide it from the DOM properly without CSS. But I suppose it’ll have to do for now.
You must be logged in to reply to this topic.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |