• Resolved bonnieg77

    (@bonnieg77)


    I have used two different plugins to create buttons for the site, with the font family set to “site default”- yet the button text is obviously a different font than the buttons on the header image, or any of the site headings etc. Is there a way I can better create buttons that will match this theme and font?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Archimidis Mertzanos

    (@archimidism)

    The theme works with two fonts. Abel and Source Sans Pro.
    The default font is the Source Sans Pro and the buttons you have created have the font applied. The only “wrong button” is the second one “Past Results”.

    So do you want the font of the buttons to be the font that is used on the header?

    Thread Starter bonnieg77

    (@bonnieg77)

    Yes, sorry – I want the buttons to have the same font as the header buttons, navigation, etc. – Abel. However in both of the button plugins I am not able to specify this. Is there a workaround? Or a way to create buttons in this theme?

    Theme Author Archimidis Mertzanos

    (@archimidism)

    In the theme you can’t create buttons. As a work around just add custom css :

    .fasc-button{
    font-family: 'Abel',sans-serif; 
    font-size: 20px;
    }

    The fasc-button is the class these new buttons are added.

    Thread Starter bonnieg77

    (@bonnieg77)

    Thank you so much!

    Theme Author Archimidis Mertzanos

    (@archimidism)

    You are welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Creating buttons- site font is not working’ is closed to new replies.