Foundation tagline CSS

Support Area Forums Foundation Foundation tagline CSS

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://http://
  • Author
    Posts
  • #30874
    Art Hill
    Participant

    I am having an issue that sounds similar to a previous post: https://support.organizedthemes.com/forums/topic/tagline-font-size-problem/. Here is my current tagline CSS.

    #tagline {
    	float: right;
    	display: inline;
    	margin-top: 45px;
    	margin-bottom: 10px;
    }
    
    #tagline h2, 
    #tagline p {
    	font-size: 30px;
    	margin-bottom: 0;
    	font-weight: bold;
    	font-style: italic;
    	line-height: 1.2;
    	text-transform: uppercase;
    }

    I have tried changing the font size to extreme sizes–60px, 100px–but nothing will take; the font is unchanged. What am I missing?

    #30876
    Bill Robbins
    Moderator

    Hello Art,

    Sorry for the trouble there. I’d be glad to take a look for you to see what’s happening. Could you send over the URL to your site?

    Thanks,
    Bill

    #30992
    Art Hill
    Participant

    Hi Bill,

    The site is currently in development in MAMP on my local computer, so I don’t have the page readily available. I could send over the code, or I could send you the link when it is published. I was hoping to make this font update before publishing, but it’s not make or break. We are planning to publish later this week.

    The domain that we will be using is burrisalumni.org.

    #30993
    Bill Robbins
    Moderator

    Good Afternoon Art,

    Local development is a great way to go. No worries there. I would typically have expected the snippet you pasted in above to change the font size. Let’s try adding an !important tag next and see if that does the trick.

    
    #tagline h2, 
    #tagline p {
    	font-size: 20px !important;
    }
    

    Let me know if that doesn’t change the size for you.

    Have a great week,
    Bill

    #31013
    Art Hill
    Participant

    That did the trick. Thank you!

    #31014
    Bill Robbins
    Moderator

    That’s great news. Let me know if you need anything else Art.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Foundation tagline CSS’ is closed to new replies.