Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1277394

    How can I change the word “previous” (German: vorangegangen) into “<“?

    THX for help

    #1278031

    Hey Best4Web,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev span,
    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-next span{
        display: none;
    }
    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev::before {
        content: "<<";
    }
    
    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-next::before {
        content: ">>";
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1278465

    It worked! THX so much!

    #1278479

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to align the calendar font size of "previous" and "next" month’ is closed to new replies.