• Resolved lauriek

    (@lauriek)


    Hi there,
    I’d like to use a custom font for buttons to match my theme. I see someone previously asked this and you recommended the code

    #buttonid{
    font-family: “Roboto Condensed”!important;
    }

    but this doesn’t work for me. Do you have another suggestion or an update to the button that allows this?
    thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author WooPrali

    (@wooprali)

    Hi,

    Thanks for using designer button plugin.

    I will try to add this feature asap.

    Regards,

    Prali

    Plugin Author WooPrali

    (@wooprali)

    If possible, please give your website link.

    Regards,

    Prali

    Thread Starter lauriek

    (@lauriek)

    Hi there,
    https://www.lauriestravels.co.uk

    I was using your buttons to mimic the buttons that came with the site theme, but that there is no shortcode available for. So I was hoping to use roboto condensed as an option.
    thanks
    laurie

    Plugin Author WooPrali

    (@wooprali)

    Hi,

    Please check is there a possibility to add custom css your website in theme settings.

    if you have that possibility then paste below css code in that.

    
    
    .wpi_designer_button_846{  
      font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
      font-weight: normal!important;
      padding: 5px 30px!important;
      text-transform: uppercase;
      border-radius: 18px;
    }
    
    

    in above code you can change the button class name ” .wpi_designer_button_846 ”

    I hope above code will works for you.

    Regards,

    PRALI

    Thread Starter lauriek

    (@lauriek)

    Thanks so much – this worked ??
    Laurie

    Plugin Author WooPrali

    (@wooprali)

    Thanks for using Designer Button Plugin.

    Regards,

    PRALI

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom font availability’ is closed to new replies.