Front Page Edits

  • Unknown's avatar

    I am hoping to make some changes to my front page.
    1. The horizontal picture across the top seems to have a gray tint over it. Is there a way to remove that?
    2. Is there a way to adjust the size of the menu text? Ideally I would want it a bit larger…
    3. Is there a way to change the amount of white space between the top of the page and the horizontal image and then also between the horizontal image and the grid pictures?

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

  • Unknown's avatar

    How Do i make my home page static? https://stephaniebrand26.wordpress.com/
    I do not want to see that featured image on the header top. Is there any way to make the initial header stay there forever?

  • Hi @hillsboroarts

    To remove the tint on featured images, go to your site customizer, and click on the Theme Options tab: https://wordpress.com/customize/

    Then check the “remove filter” option shown here: https://cloudup.com/cD2IsRoTgeS

    Is there a way to adjust the size of the menu text? Ideally I would want it a bit larger…

    You can use the following CSS to change that:

    .navigation-classic .primary-navigation {
      font-size: 24px;
    }

    Is there a way to change the amount of white space between the top of the page and the horizontal image and then also between the horizontal image and the grid pictures?

    The height of the header is due to the space that the search button takes up. The easiest solution is to hide it using this style:

    #site-search {
      display: none;
    }

    The spacing between the hero image and the grid can be adjusted by playing with the padding here:

    .featured-page-area {
      padding-top: 60px;
    }
  • Hi @stephaniebrand26

    Can you ask your question in a new thread? Happy to help you there, as your question is not related to this thread.

    Thanks!

  • Unknown's avatar
  • The topic ‘Front Page Edits’ is closed to new replies.