• Hi!
    Made a site using WordPress and the theme has a menu button programmed to it. How would I go about changing the font? I think I could find out what to change using this Inspect Element function of the browser but I’m too dumb to do that ?? Didnt manage to find what to change.. Could someone help me out?

    Site: https://www.naturefurniture.ee

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Hello Joh123,

    Changing a font being used in a WordPress theme button requires several steps. As it appears your site is using Font Awesome, you may want to go the route of using a plugin. There is a plugin for Font Awesome 4 menus. If you want to go the code route, you can find the font settings and CSS being used in the site Inspect in Chrome/Firefox. You will need to make changes to those values. If you are using a font that’s not loaded with the theme, then you will need to add the font you decide to use into the list of fonts being loaded by the site. Here’s a tutorial on using Font Awesome if you need it: https://www.sitepoint.com/using-font-awesome-with-wordpress/.

    Remember that CSS settings aren’t simply attached to ONE item, they are typically assigned to format setting. For example, if you change the menu item title in CSS, it will affect ALL of the menu items in the site.

    Regards,
    Arnel C.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing this certain font’ is closed to new replies.