Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #914555
    Bellaisa
    Participant

    Hi!

    I am trying to figure out how to reduce the spacing between the top and bottom of my menu (see picture).

    I also would like to know how to increase the font size on my blog? Do I have to do that manually? or can I modify the “paragraph” which is used as main text style in my blog?

    Moreover, I don’t know how to display the featured image of my blog (which is the front-page of my site.)

    Thank you in advance for helping me!

    #914561
    Bellaisa
    Participant
    This reply has been marked as private.
    #926637
    Bellaisa
    Participant
    This reply has been marked as private.
    #977991
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    To adjust your menu spacing, you can use the customizer > Header.

    Or you can adjust it using customizer’s custom CSS:

    
    .x-navbar .desktop .x-nav > li > a{
        height: 47px;
        padding-top: 0px;
    }
    
    .x-navbar-inner {
        min-height: 0px;
    }

    For font-size check, customizer > typography

    To not display featured image in home, add this custom CSS:

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

    In regards to your google.com search, your site is still crawling it will be soon updated with the google.

    Please check the link also for using yoast plugin to change the details on your google result.

    https://yoast.com/wordpress-seo/#basicseo

    Hope it helps.

    Thanks.

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