Form Builder - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Form Builder

MN

Marek N

General 3 years ago

how can i change the font of answers only?

https://prnt.sc/22hb0tj

How to make responsive text https://prnt.sc/22hbb4i

http://bhpzajac.stronywww-lodz.pl/e-szkolenia/test-bhp-online

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #46845

Hi,

  1. Here is the custom code to change your option fonts there:

    label.form-builder-radio-label {
    font-size: 15px;
    }
  2. You can use smaller font size for your smaller device screens. Here is a sample code for you:

    @media (max-width: 1024px){
    .sppb-form-control option {
     font-size: 10px;
    }
    }

    You can play with the max-width value and font size value as per your need.

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0