Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1311339
    ichibanj
    Participant

    Hi there, how can I get the car font awesome icon to display at the start of my site title in the header h1 here? https://highwaycodetest.co.uk/mock-theory-test-1/ I want it to read: CAR-ICON-HERE Highway Code Tests

    Header is just a normal setup otherwise.

    I have it displaying in my homepage here, but that page has no header, it’s just in Cornerstone http://www.highwaycodetest.co.uk/

    #1311345
    ichibanj
    Participant
    This reply has been marked as private.
    #1311473
    Thai
    Moderator

    Hi There,

    Please try adding the following CSS under style.css file locates in your child theme:

    #nav_menu-5 h4.h-widget:before {
        content: "\f1b9";
        font-family: "FontAwesome";
        margin-right: 5px;
    }

    Hope it helps 🙂

    #1311840
    ichibanj
    Participant

    Hi, sorry this isn’t where I was wanting it. Please see the attached and note where the arrow is pointing.
    Thanks

    #1312117
    Nico
    Moderator

    Hi There,

    Try adding this code below:

    .page-id-1636 .x-navbar-inner .x-container:before{
        content: "\f1b9";
        font-family: "FontAwesome";
        margin-right: 5px;
        float: left;
        margin-top: 30px;
        margin-left: 10px;
    }

    Adjust the CSS code above to achieve the best look and place you want.

    Let us know how it goes.

    Thanks.

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