Row title of compare table
-
Hello
How can I change font and string translate of woodmart compare table?
I change theme font to custom with style.css in child theme.
Is there any wright way in your new version to change font theme to custom font in theme setting?
Attachments:
You must be
logged in to view attached files.
Hello,
You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
1. you translate in Loco http://prntscr.com/m3ryun
2. navigate to the Theme settings > Shop > compare > save http://prntscr.com/m3rz5d
Best Regards
P.S
2. Add this code to the Theme Settings > Custom CSS:
.compare-field {
font-family: IRANSans!important;
}
Best Regards