• Resolved richclarkimages

    (@richclarkimages)


    I’m using the Photocrati Theme on https://www.richclarkimages.co.uk I’m in the middle of building the site but I’ve found that When I try to Customise the Theme no option will affect the case or font of the Footer Navigation Menus. Everything is set to the same font and case but I’m stuck in Caps.

    Where would I head to change the code that controls those Menus?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Sorry, you’re using a premium/paid theme. It’s best to go to the support site where you bought the theme for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme. These forums are for free themes available in the WordPress theme directory at www.ads-software.com/themes/. See https://codex.www.ads-software.com/Forum_Welcome#Commercial_Products

    Thread Starter richclarkimages

    (@richclarkimages)

    Oops.

    Each menu item (list item = li) is set to uppercase. In your CSS file look for the style declaration for .footer_menu ul li.

    Change text-transform:uppercase; (or just delete it).

    You can also change the font here with:

    font-family: arial, verdana, sans-serif;

    Of course, substituting your fonts of choice. Great looking site and photography, BTW!

    @clark: And if those CSS adjustments are done without being done in a child theme, the changes get erased when Photocrati is updated, and that theme is updated a few times a year, at least.

    Correct.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Photocrati – Changing case and font of Footer Menus’ is closed to new replies.