Hello everybody, I’m building this website @ and I’m in need of some help with 2 things. I’m using a pre made theme called Hestia.
First, I would like to know if there’s a way, to make the “Big main section” background behind the shops title and the See More button, change automatically every 5 seconds or so. It’s not available by default, and I have found a css that enables it, but no idea where to put it in the files.
Second, I would like to embed a Google Maps URL in the bottom right of the website next to the contact info. Problem is, that’s where a WP_form is supposed to be, so there’s no way for me to replace it with a G Maps link from the theme settings.
Would love to have your input on this!
[ad_2]
You can add CSS at Appearance > Customise > additional CSS. Personally though I’d use at a minimum some simple JavaScript, or ideally a jQuery slider using a child theme.
The footer is likely set up with widgets so try adding the map in Appearance > Widgets
I’d recommend looking at child theming guide and experiment using a child theme, it will make things like this much easier in future.