• Resolved webstylisty

    (@webstylisty)


    I have the area of the calendar where the font has not been changed by my custom CSS
    Screenshot https://prnt.sc/qb51qn
    My Custom CSS

    .uh_phone .l{display:none}
    
    #fbuilder, #fbuilder label, 
    #fbuilder span { 
    font-family: Glegoo;
    font-size:14px;
    }
    
    #fbuilder input[type=text], 
    #fbuilder textarea, 
    #fbuilder select { 
    font-family: Glegoo;
    font-size:14px;
    }
    
    a {
      color: black;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Add the following style:

    #fbuilder .ui-datepicker span { font-family:inherit;font-size:inherit }

    Thank you for using the plugin!

    Thread Starter webstylisty

    (@webstylisty)

    Still doesn’t work unfortunately
    Screenshot: https://prnt.sc/qbtvs1
    Tried different variations:
    -to change “inherit” to my parameters of the font family and px size
    -to put !important everywhere
    – to put #fbuilder .ui-datepicker span inside of my previous CSS

    Update: It’s worked only after I deleted the word “span”. Screenshot: https://prnt.sc/qbtxef

    • This reply was modified 5 years, 2 months ago by webstylisty.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I have the area of the calendar where the font has not been changed’ is closed to new replies.