• Hi There,

    I was just wondering if it’s possible to show recent blog posts on my static home page?
    Also, can I possibly remove the black menu bar from the mobile version of my site only? It looks great on a computer, but terrible on smartphones.

    Thank you!
    Abigail

    p.s. my site is https://www.abigailgamble.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Regarding the black menu bar, use this in child theme’s stylesheet, or Custom CSS plugin.

    @media (max-width: 450px) {
    	#access { display: none; }
    	#main { border-top: 5px solid #939393; } /* keeping the same look */
    }

    Go to Appearance > Widgets and drag in Custom Menu widget with that same menu into the bottommost sidebar area. This is so that user on small screen can navigate.

    Also, instead of getting rid of nav menu entirely, you can reduce the size of it, or keep removing some of them 1 by 1 based on different screenwidths, and finally remaining the top most important 3 menu items in 320px.

    Thread Starter abigailgamble

    (@abigailgamble)

    Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show Blog Post on Static Home Page’ is closed to new replies.