Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @fmarchioni,
    how exactly do you want it to look? You could easily tweak the design with simple CSS.

    For example, this reduces the height of the “black banner” as you called it.

    #page-site-header
    {padding:100px 0!important;}

    If you want, you could also change its background to white, so it will seem like it is not there:

    #page-site-header
    {background-color:#fff!important;}
    //you also need to change text color to black
    #page-site-header .page-title, .trail-items li
    {color:#000!important;}
    Thread Starter fmarchioni

    (@fmarchioni)

    Hi @tostad,
    thanks a ton! That’s precisely what I was looking for.
    Many thanks for sharing the tip,
    regards
    Francesco

    • This reply was modified 3 years, 11 months ago by fmarchioni.

    @fmarchioni
    Happy to help. Have a good day.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove header image from Theme’ is closed to new replies.