Okay
  Public Ticket #2711367
Facebook icon and fonts
Closed

Comments

  • Pae4128 started the conversation

    Hi, I have 2 questions 1. Facebook Icon dissapear, it shown square icon instead? how to fix it?

    2. As I have attached photo about the font, I don't like that thin font, how to make it more bold? 

    thanks

  •  850
    Jelly replied

    Hello,

    1. Facebook icon does work on our side: https://tppr.me/F4lDn. Could you try adding this code to Appearance > Customize > Additional CSS or at the end of style.css:

    .fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; }

    2. Please add this code to Appearance > Customize > Additional CSS or at the end of style.css:

    h1, h2, h3, h4, h5, h6, nav, .nav, .menu, button, .button, .btn, .price, ._heading, blockquote, label, title, subtitle { font-weight: bold !important; }
    

    https://tppr.me/zUzt0

    Best Regards,
    Jelly Team

  • Pae4128 replied

    thank you for your reply.


    as far i added a code , I think i want all the font more bold, including footer font details. 

    and I also added fb code, but it appeared as on photo i attached. please guide, thanks

    h1, h2, h3, h4, h5, h6, nav, .nav, .menu, button, .button, .btn, .price, ._heading, blockquote, label, title, subtitle { font-weight: bold !important; }
    
  •  850
    Jelly replied

    It works with disabled Google Fonts plugin: https://tppr.me/xPgSr. Otherwise it overrides CSS rules, even with !important.

    Facebook icon also should work now.

    Best Regards,
    Jelly Team