Hello,
Font changes can also be made with CSS.
To customize your style with CSS, you will be developing custom rules about how images and text are displayed on your site, and these changes are made just for your site.
You can develop the CSS yourself, or hire a GD Expert to help you out.
Here some example CSS that you can add to your site that will change the font family to Arial, which is a little ‘heavier’ than the default font for your theme.
p {
font-family: arial !important;
}
The CSS above targets the ‘p’ element, which is what is used to enclose a lot of text on the site, but not all of it.
Here is another example that targets the entire site and changes the font in a lot more areas:
.site-container {
font-family: arial !important;
}
Once you develop the CSS, you can add it to your site.
Add CSS to the GeoDirectory Design Admin Panel called Scripts. Navigate to:
YourSite > GeoDirectory > Design > Scripts > Custom Style CSS Code
Paste the code there, and save, then refresh your site to see the changes.
If you are looking for more options, or don’t want to develop your own CSS, another theme may work better for you. Some themes contain an almost endless array of customizer settings including buttons, sliders, and color pickers that can be used to specify exact style changes throughout the site. You can look through other forum posts to read about the themes that other members are using.
For more information about customizing your style as well as how to add custom CSS to your site, please see the links below.
Links
https://wpgeodirectory.com/docs/customizing-your-style/
https://wpgeodirectory.com/docs/common-styling-examples/
Hope that helps 🙂
Alex
Automatic Updates are Awesome! Get yours setup today!
GD Experts help site owners reach their goals faster