tagline font size problem

Support Area Forums Foundation tagline font size problem

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #30004
    David Reeser
    Participant

    Why would the tagline font size be different on the home page than on the other pages.
    We are using a hebrew font. Is there any code that we need to have to fix this issue?
    It was working fine but we were alerted that it wasn’t working on Internet Explorer. We changed all of our fonts to Open Sans. Now it works on Internet Explorer. It also shows up perfectly on a mobile device but not in Safari on our computers.

    #30009
    Bill Robbins
    Moderator

    Hello David,

    Good question. On the home page the tagline uses a h2 tag while the other pages are p tags. That’s probably what’s causing it to be different between the home page and the other pages on the site. You could style both of the them same way using a CSS snippet like this:

    
    #tagline h2,
    #tagline p {
    	font-family: Open Sans, sans-serif;
    	font-size: 20px
    }
    

    Let me know if you run into any trouble,
    Bill

    #30057
    David Reeser
    Participant

    Bill, Thanks that’s it!

    #30058
    Bill Robbins
    Moderator

    Glad that solved it David 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘tagline font size problem’ is closed to new replies.