CSS - WORDPRESS menu font is losing the theme's default size when on aMember Pages

Discussion in 'Templates customization' started by underwear, Feb 13, 2012.

  1. underwear

    underwear Member

    Joined:
    Feb 6, 2012
    Messages:
    46
    Hi there. As I'm rounding out and completing my site I've noticed that whenever I click on one of the tabs I created in Wordpress's custom menu editor to bring the user to the signup page - the font size for the main navigation menu as well as all the other h1, h2, h3, tags on the site lose their formatting and get larger.

    If you head on over to the site: http://underwearsociety.com and select 'Sign Me Up' from the main navigation you will see the difference.

    How do I stop that from happening? And make sure the Wordpress template styles that I am using remain intact?

    I am using the built in font replacement feature of my theme. But this was happening before making any changes to the default settings of the theme that I am using, at all. us_big_text_002.jpg us_big_text_001.jpg

    Thank you for the help.

    Bryan
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    I belive the problem is in /amember/application/default/plugins/protect/wordpress/amember.php
    Try to remove this style:
    body{
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    }
    or override it.
  3. underwear

    underwear Member

    Joined:
    Feb 6, 2012
    Messages:
    46
    Beauty. That was the one. Thank you.

Share This Page