Two questions. 1) When you click on the Facebook or Twitter link, I would like for it to open in a separate tab or window. 2) I changed the colour of the footer, but now when you hover over the facebook or twitter link it turns to the same colour as the background. How do I change the colour when you hover over it? Is it also possible to extend the logo to be larger on the home page? Make it wider than 212 pixels? Thank you in advance, Joey www.littleeyeshop.com
Hello Joey, 1) Just add code given below after your social media link. Code: target=“_blank” Check image for reference. 2) Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer .widget_inner a:hover { color: YOUR COLOR VALUE; } Thanks & Regards Nitesh Raghuwanshi