Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #856921

    I would like to use a different font on my buttons than the custom font. How can I accomplish that? My font choice would be Roboto 25.
    Thanks,
    Yth

    #856994

    Hey ythhj,

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Best regards,
    John Torvik

    #857423

    Hi John,
    The url for the page is:

    The button is at the end of the page and it uses the font set for paragraphs, and I would like to use the font used for headings: Roboto – in size 25.
    Thanks,
    Yth

    #857814

    Hi,

    Thanks for sending your link.

    You can fix it adding this following custom code at Enfold Theme Options > General Styling > Quick CSS

    
    .avia-button {
      font-family: 'Roboto'!important;
    } 
    

    Best regards,
    John Torvik

    #857921

    Thank you so much for your help, John :-)

    Best regards,
    Yth

    #858100

    Hi,

    You are almost welcome!

    Best regards,
    John Torvik

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