This topic has 6 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Jack Richardson
Hi again!
We want to change the colour of the ‘Follow us’ buttom, from black to white, which is in the Instagram Feed, in the footer:
We’ve found the php file where is located the Instagram feed (widgets.php) and even we’ve been exploring the style.less, but we couldn’t find a place where we can modify the class, in order to change that link colour.
Thanks again and sorry for bothering you too much with these particular things.
Regards,
Lucas
Hello,
Add this code in Theme Options > Custom CSS > Global Custom CSS:
.null-instagram-feed a {
color: white !important;
}
Regards,
Eva Kemp.
Thanks again Eva! You will kill us, but now the client has asked us to change the Instragram Feed background, from to the one it has (I think it’s black or none background) to white, with some padding. In other words, the idea is it being similar to the Pinterest Feed. I’d like to know how to do it. Then, I’ll change the Instagram follow buttom’s colour again, with the Custom CSS, as you told me. Don’t worry for that.
On the other hand, we want this page http://merakicasadehilos.com.ar/producto-categoria/dias-especiales/ shows WooCommerce categories, instead of products (as it happens in the following Product page: http://merakicasadehilos.com.ar/productos/ ). Is it possible? Or it’d imply 2 WooCommerce Shops?
Thanks a lot, again.
Regards,
Lucas
Hello,
You can show child categories of a parent category, edit Woocommerce settings http://prntscr.com/boorz8.
Please use this css code for Instagram section:
ul.instagram-pics.instagram-size-large {
background-color: white;
padding: 20px 10px;
}
Best regards,
Jack Richardson.
Jack, thanks a lot for everything!
The best for you.
Regards,
Lucas
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Instagram Feed’' has been successfully resolved, and the topic is now closed for further responses