Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1198024
    fdcchief
    Participant

    I’m running into a couple of issues regarding the navbar and font.

    1 – The ‘Home’ button on the navbar is no longer on the same line as the site name and title. How can I move that back up?

    2 – I added a Google Font but it’s not the same font that Google Font’s show

    #1198028
    fdcchief
    Participant
    This reply has been marked as private.
    #1198212
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Update your site-tagline CSS code to this:

    .site-tagline {
        color: black;
        font-family: 'Abril Fatface', cursive;
        font-style: normal;
        font-weight: 600;
        font-size: 42px;
        margin-top: 3.5px;
        text-transform: lowercase;
        float: left;
    }

    And add this on top of your child theme’s style.css file.

    @import 'https://fonts.googleapis.com/css?family=Abril+Fatface';

    Hope it helps, Cheers!

    #1198552
    fdcchief
    Participant

    It worked good.

    For some reason there now a section (.entry-title — it’s displaying ‘Home’) displaying. How can I get rid of that?

    #1198648
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .home header.entry-header {
        display: none;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1198024 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>