Customisation Required (cont.)

Also how can I edit all category archive pages. I want to remove the header background.

Hello Bamidele,

Thanks for posting in!

Please be advised that you cannot edit the category and archive pages. This were dynamically generated by WordPress and displayed using the template. If you want to change the landmark header background color, please find the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-header-landmark{
    padding:45px 0;
    border-color:#e4e1d0;
    background-color:#e4e1d0;
}

Feel free to change the background color that will fit with your site design.

thanks very much

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.