Hello!
I want to adjust only the menu-description font fize, but when do that with css-code it affects all fonts on page.
How to do?
Regards
Anh
Hey anhanhoi!
It looks like your talking about the catalogue descriptions. Add this to your custom CSS.
.av-catalogue-content > span {
font-size: 12px !important;
}
Cheers!
Elliott
Thank you Elliott!
If you scroll down to bottom of the page, you will see that inside the Facebook Box, the font color of some text is black, how do I change the font color there?
Regards
Anh
Hey!
I’m sorry but you can’t edit the style of the actual facebook module. Add this one to apply a white background:
.av_facebook_widget_wrap.av_facebook_widget_wrap_border_yes {
background: white;
}
If you want, you can create the facebook likebox widget manually: https://developers.facebook.com/docs/plugins/page-plugin
Best regards,
Ismael