Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1169715
    DonWattz
    Participant

    Is there a way to do an inline header on home page only? Some PHP or JS code that can help would be awesome!

    http://0ed.c42.myftpupload.com/

    #1169931
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    body:not(.home) a.x-brand.img {
        float: none;
        text-align: center;
        width: 100%;
    }
    body:not(.home) .masthead-inline .desktop .x-nav {
        display: table;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    Hope that helps.

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