How to Customize Sahifa WordPress Theme Header

Share:

Today i am going to teach you How to Customize Sahifa WordPress Theme Header Custom image or transparent where logo is displayed, the part above main navigation menu in Sahifa WordPress theme provided by TieLabs, by default Sahifa Theme header is White. Unfortunately Tie Labs not added an option to change Background Image, only we can use full width logo instead of.

Here is way how you can change Sahifa WordPress Theme, just follow the following

Please add following CSS Code into Global CSS section under

>> Sahifa TiePanel

>> Styling

Add Background Custom Image

/*———–HEADER IMAGE—-CODED BY DYNAMIKSKILLS.COM——–*/

header#theme-header {
background: url(Replace with you Image url);
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;}

 

Transparent Background

If you want to make Header Background Totally transparent then use following code

/*———–HEADER Transparent—-CODED BY DYNAMIKSKILLS.COM——–*/

header#theme-header {
background: Transparent;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;}

Watch Video

Like this resource? Download thousands of premium vector files for your projects.
Go Premium

4 Reviews

  1. Hi, do you suppose it’s possible on Sahifa to have different heather (with different logo) on different pages?
    Thank you
    Marco

  2. hello sir that was really helpful but i am facing one more problem with sahifa that is how will i show ads on header ?

Leave a Review

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.