help with featured content

  • Unknown's avatar

    Hi!
    – I have 5 blocks in the header menu, how can I delete one that’s empty?

    – In the featured content, I have the Latest blog, which I chose as featured, but there’s also Home, which I want to change with the Crescent creek Page. How can I change what;’s featured?

    Thank you so much,
    Vivi

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello,

    – This CSS will help you with the 5 blocks in header menu:

    @media screen and (min-width: 50em){
    .main-navigation > div > ul > li {width: calc(20% + 2px); }}

    – Can you explain the featured post problem on Crescent creek Page in detail?

    Thanks

  • Unknown's avatar

    Hi,

    My mistake this is the CSS

    @media screen and (min-width: 50em){
    .main-navigation > div > ul > li {width: calc(25% + 2px); }}
  • Hi @vivianamackade,

    I have 5 blocks in the header menu, how can I delete one that’s empty?

    The second set of CSS above that @rambogenius provided will work if you decide to upgrade your site to WordPress.com Premium or Business so that you can add Custom CSS to your site.

    Without that, it might be good to add a Contact link into the menu as the fifth item. Additionally, the menu is designed to show descriptions for each main item. If you’d like to add those, just go to My Site > Menus > Primary, and then click to open any menu item you have on the left. Scroll down and enter some text into the Description field for each item.

    In the featured content, I have the Latest blog, which I chose as featured, but there’s also Home, which I want to change with the Crescent creek Page. How can I change what;’s featured?

    Sure you can change it from My Site > Customize > Theme Options in the Select Featured Page section.

  • Unknown's avatar

    @dcoleonline thanks for the detailed answer. I learn a lot this way.

  • @rambogenius: That’s great to hear. Thanks for helping!

  • The topic ‘help with featured content’ is closed to new replies.