Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #411501

    Hello!

    http://www.kinnohashi.se

    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

    #411702

    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

    #424822

    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

    #425186

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.