• How do I make my footer look like your demo?
    I can’t seem to get the font to be the same as the header.

    You can see where it says “Helping Raise Child Abuse One Digital At A Time’ it’s all scrunched. I want to make that into two lines and change the font style.

    What’s the font size of “Your Name On It” I’ve tried replicating it on my footer and other areas but I have no luck

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • In order to make footer like demo;
    You need to;
    1. Go to your Dashboard>>Widgets>>Bottom 1>>Add a widget
    2. Select a text/custom html widget
    3. Add your html snippet/code inside the text tab
    4. Save it

    For instance; our demo uses the following ;

    <span style="font-family:alexbrush; font-size:48px; margin:bottom:12px;">Encounters</span><p>Encounters Lite is an amazing theme built with Twitter's own Bootstrap responsive framework. With tons of features and unlimited colours, you can create almost any kind of website you want.</p>
    <ul class="open-arrow">
    <li>Bootstrap Responsive</li>
    <li>Ready for WordPress 3.6</li>
    <li>Built with WordPress Standards</li>
    <li>...and much more!</li>
    </ul>    

    Regarding the font-size,as enquired “your name on it” uses;
    font-size: 34px !important;
    which means if you want to make custom changes you need to add !important for css priority.
    Please let us know if you meant to ask the same.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Footer and fonts question’ is closed to new replies.