How to add an Instagram plugin to my site header

Hi,
I am using the Activello theme to start a simple photo blog and I need help customizing the header to include my Instagram feed. The website currently looks like this: https://www.theblanketlife.com/

I am currently using the theme-recommended Instagram plugin on the homepage, but I would like to have this instead serve as the background to the header portion where the plaintext title of the site currently sits.

Additionally, I would like to remove the line between the navbar and the header so that the two are closer together. Once we finish our logo, we would like to relocate it to the navbar between the menu and search bar. Is there an easy way to make these changes? If needed we can take it one step at a time.

Thanks,
Matt

Hello Matt

thank you for using our theme, I’m so sorry to say but this question can not be solved without customization of the theme, there is no default option to display the Instagram feed in the header, i can help you with the removing lines from the header but you can’t change positions of the header blocks

Ok, for now can I get some help removing the top line between the navbar and the header? Thanks for your reply.

Good morning

yes, you can, just use this css in appearance > customize > additional css:

.navbar.navbar-default {
box-shadow: 0 0 0px #ffffff;
}