how to hide "find it here" with category drop-down box from homepage

Please help. See image…

Hi @pat99,

I hope you are well today and thank you for your question.

Could you please share me your site URL where it’s displaying so that i can help you to hide it?

Kind Regards,
Movin

Hi Movin,

It is at the bottom of my home page here: http://attractproperties.com.au/wp/

Your help is greatly appreciated

You can try hiding it this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.home-widget-area .widget_categories .widgettitle {
    display: none;
}

Hi Movin,
This code did remove the title “Find it Here”, however the Category drop-down box is still there…
Any ideas?
Kind Regards

I thought you just wanted to remove the title so provided the above CSS code.

If you want to remove whole category drop down section then please remove the categories widget that you have added in the homepage widget area in the Widgets section.

Thank you Movin, removing the widget did the job. I did not create this widget so was not aware of it.
Your assistance is greatly appreciated.
Kind Regards :slight_smile:

You are most welcome here :slight_smile: