Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1052027
transparent header in category blog page
Closed

Comments

  •  2
    xromero started the conversation

    Hi,

    How i can add transparent header in category blog page?

    Thank you

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    .category #site-header-wrapper {
        position: fixed;
        background-color: transparent !important;
    }
    .category #page:not(.vertical-header) #site-header {
        box-shadow: none;
        background-color: transparent;
    }
    .category #site-header.fixed.shrink {
        background-color: rgba(255,255,255,0.95) !Important;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    xromero replied

    Thank you!

  •  2
    raúl replied

    you need to go to your blog page and in css put the code that he gave you

  •  7,092
    Oliver replied

    Sorry?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver