Add this code to the Custom CSS field on your Job Board widget’s Appearance tab:
[class^="ButtonBase__Overlay"] span {
display: none;
}
[class^="ButtonBase__Overlay"]::after {
content: 'Apply now New Text';
}
[class^="ButtonBase__ButtonContainer"]:last-child [class^="ButtonBase__Overlay"]::after {
content: 'Learn More New Text';
}
.global-styles, [class^="PopupComponent__Content"] [class^="ButtonBase__Overlay"] span {
display: none;
}
.global-styles, [class^="PopupComponent__Content"] [class^="ButtonBase__Overlay"]::after {
content: 'Popup Apply now New Text';
}
.global-styles, [class^="PopupComponent__Content"] [class^="Skills__Title"] {
visibility: hidden;
}
.global-styles, [class^="PopupComponent__Conten"] [class^="Skills__Title"]::after {
content: 'Popup Skills New Text';
visibility: visible;
position: relative;
left: -47px;
}
.global-styles, [class^="PopupComponent__Content"] [class^="Description__Title"] {
visibility: hidden;
}
.global-styles, [class^="PopupComponent__Content"] [class^="Description__Title"]::after {
content: 'Popup Overview New Text';
visibility: visible;
position: relative;
left: -70px;
}