• Hey goodmorning,

    Ik have the following challange; I just updated my Sydney theme from 1.76 to 1.85 and I have some issue’s the for most being that the colored header-bar on the sub-pages doe not appear until I scroll down and here fore not showing the pages as I would like.

    When I use the preview mode in the back-end it all shows good.

    I also have some widtes that are out-dated…how can I update these? and do I need to make changes to my Child-theme as well to make it all work nice again?

    Thanks in advance!
    Jappie

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jappiecr

    (@jappiecr)

    ps…I have some screenshots…

    @jappiecr thank you for your queries.

    the colored header-bar on the sub-pages doe not appear until I scroll down and here fore not showing the pages as I would like.

    If I got it rightm you’d try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .site-header:not(.float-header) {
      background-color: rgba(21,33,90,0.9);  
    }
    
    @media only screen and (min-width: 1025px) {
      body:not(.home) .page-wrap {
        padding-top: 150px;
      }
    }

    I also have some widtes that are out-dated…how can I update these? and do I need to make changes to my Child-theme as well to make it all work nice again?

    * Which widgets did you override from child theme?
    * Can you provide your child theme here for checking?

    Regards,
    Kharis

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header not showing properly’ is closed to new replies.