I have another query.
Previous you gave me this CSS to hide my absolute position compact box search widget from a particular page:
.asp-try, .ajaxsearchpro, .wpdreams_asp_sc {
display: none !important;
}
On this page I want to hide it, my home page, I want to display another ajax search widget down near the bottom of the site, but although I put in the shortcode on the site, the above CSS blocks both my pinned widget for my header (on all other pages) and this widget I do want to display on my homepage.
Is there a CSS snipet to just block the display of my header widget but not all ajax widgets from a particular page?
Thanks for your attention in this regard.