Fast News' Demo Header Colour Change

Posted in: Newspaper
Post count: 26

Can you please tell me how to change gradient colour (not background image) in the theme.
I have installed Fast News demo and now I can not change the colour of header and even can not make it transparent.
Please tell me how can I change the header colour for all type of device i.e. mobile, tab & PCs etc.plz reply ASAP.

Post count: 35449

Hi,

Here is the css for header color:
.td-fast-news .td-header-wrap .td-header-menu-wrap-full, .td-fast-news .td-header-menu-wrap.td-affix {
background: linear-gradient(to right, blue 0, yellow 25%, red 100%)!important;
}
@media (max-width: 767px){
body .td-header-wrap .td-header-main-menu {
background-color: blue!important;
}
}

Thank you.

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