• Resolved baobabs

    (@baobabs)


    I’m working on the site http://www.alessandrogrande.it

    I have two problems:
    1) I can not change the header size. I would like it smaller.
    2) I don’t want the home page blog area where at the moment the message “NESSUN RISULTATO” or “NOTHING FOUND”.

    Can you help me?

Viewing 1 replies (of 1 total)
    1. Use a Custom CSS plugin and add the following rule. Do not make changes to any of the theme’s files or your changes will be lost the next time you update the theme.
      
      .site-header .page-header-block {
         min-height: 200px;
         padding-top: 100px;
      }
      

      The values shown are the current values, adjust it to your liking. The min-height determines how tall the header is, the padding-top determines how far down the site title is. In general, you want the padding-top to be about half of the min-height, but you can experiment with that and see what looks the best.

    2. Add this rule:
      
      .home .front-page-content {
         display: none;
      }
      
Viewing 1 replies (of 1 total)

The topic ‘Help me’ is closed to new replies.