How to enable header gradient before content in Mobile Theme

Posted in: Newspaper
Post count: 25

My website is infotonline.com, can you please tell me how to enable header gradient before content.

I’m using Tagdiv Mobile Theme Plugin for my Mobile Theme.

Gradient like in this demo:- https://ibb.co/HTD7LX2

Is there any CSS Code for this feature, currently I’m forced to use blue background in my header instead of white because no gradient is coming in my mobile theme.

Post count: 35449

Hi,
Unfortunately, there is no option for this, but you can achieve it using custom css, like this one -> https://i.imgur.com/kp3qE3g.png
.td-header-wrap {
background-image: linear-gradient(red, yellow);
}

You need to adjust the colors and set the code in theme panel> mobile theme> custom code> css.
Hope this will help yoU!
Thank you!

Post count: 25

No, No I’m not talking about colour gradient in header. I’m talking about partitions between header and body. Sorry i mistakenly written gradient.

There are no partition visible in between my Mobile Header and Body.

How i wanted:- https://ibb.co/MM9fyNs

How is showing:- https://ibb.co/5WsZCKM

As you can see in screenshot header and body is not separated in my website.

Is there any CSS code for this, so that i can create partition while using white header background.

Post count: 35449

Hi,
If you are using the responsive version, then you can use tagdiv Composer to set an empty space or a margin on header -> https://i.imgur.com/OqEuZ46.jpg -> https://i.imgur.com/498OcoJ.png -> https://i.imgur.com/ItWpnM4.png -> https://i.imgur.com/CHx2sWa.png
Right now I see that you are using the mobile theme plugin https://i.imgur.com/wPh5fGx.png this version can not be edited.
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.