How can I change the word “previous” (German: vorangegangen) into “<“?
THX for help
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
It worked! THX so much!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon