Home › Forums › WordPress Themes › Hotelia › Remove 'Follow' one field form.
Forums › WordPress Themes › Hotelia › Remove 'Follow' one field form.
PLEASE NOTE A RECENT CHANGE:The forum is read-only. Please submit any support request here.
Hi, I’m trying to let disappear the ‘Follow’ just one field form at the end of the homepage (I attached an image hoping to be more clear) but no success after many attempt.
Thanks
Hi there,
You will have to disable the theme default widgets from here: https://drive.google.com/a/red-sky.pl/file/d/0B11RflJnvBkjVU5vZVZITkd5N00/view?usp=drivesdk
Then, please access Dashboard -> Appearance -> Widgets and add your own footer widgets.
Dashboard -> Appearance -> Widgets
Also, you can hide it using Custom CSS:
.subscribe-wrapper { display: none; }
Best Regards