Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1054863
    bedingfield
    Participant

    Hi there,

    I have just noticed that I have a ‘ghost’ H1 tag at the top of my single blog posts…

    </header>
    <header class="x-header-landmark">
    <div class="x-container max width">
    <div class="x-landmark-breadcrumbs-wrap">
    <div class="x-landmark">
    <h1 class="h-landmark"><span></span></h1>
    </div>
    </div>
    </div>
    </header>

    How do I remove that empty tag?

    http://elyrunners.club/2016/04/30/thames-path-100/

    Thank You

    #1054914
    Jade
    Moderator

    Hi there,

    I checked the page and the empty h1 seems to be filled with a title already but please try this code in the customizer:

    h1:empty,
    span:empty {
        display: none;
    }
    #1054978
    bedingfield
    Participant

    Great, that works, thank you.

    Just another quick question: I would like to adjust font size for drop down menu items only. How would I do that?

    #1055563
    Rad
    Moderator

    Hi there,

    You mean the navbar’s sub menu right? Try this,

    .sub-menu .sub-menu a, .sub-menu .sub-menu a span {
    font-size: 30px !important; 
    }

    Hope this helps.

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