Home Forums WoodMart support forum Information box button font Reply To: Information box button font

#418589

Hello,

Sorry to say but right now, under the Information Box element of the Theme it doesn’t have the option to change the Font of it.

So, you can try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.wd-info-box .info-btn-wrapper .wd-button-wrapper .btn .wd-btn-text {
   font-size: 25px !important;
   font-family: 'Jost' !important;
}

In this CSS, you can write your own choice of value for the font-size and also for the font-family too.

Best Regards.