• Resolved webstylisty

    (@webstylisty)


    I want to manipulate all the fonts except for the calendar, but when I’m using your code

    #fbuilder, #fbuilder label, 
    #fbuilder span { color: #00f; }
    #fbuilder input[type=text], 
    #fbuilder textarea, 
    #fbuilder select { 
    border: 2px solid #00f; 
    }

    It affects everything, including the calendar
    Screenshots https://prnt.sc/qb4w5x

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Use the following style to modify the fonts excluding the calendar:

    #fbuilder .ui-datepicker span { color: inherit; }

    Thank you for using the plugin!

Viewing 1 replies (of 1 total)
  • The topic ‘How to change the font/color of the all fields’ is closed to new replies.