Menu Background

Posted in: Newspaper
Post count: 16

How do I change the background gradient colour fill to another colour? I can’t find where the gradient colour fill is defined! (Or if it’s an image, where the image is defined!)

Post count: 23312

Hello,

Provide your website URL and also, some useful screenshots with your desired changes os I will be able to provide a more accurate response.

Thanks.

Post count: 16

Thanks very much Catalin!

My website is actuarialtoday.com

Post count: 23312

Hello,

You should to change the values from the code below and place it in Theme panel -> Custom CSS area.

The code is here ->

.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, #b9035b 0, #ef0a32 25%, #8b0081 100%) !important;
}

Thanks.

Post count: 16

I have checked, I can’t find it in the Theme Panel custom CSS area!

I have searched everywhere!

The Theme Panel Custom CSS area for every single entry is empty

Post count: 23312

Hi arjun234,

Check here -> https://www.screencast.com/t/kWmLmi4X

Thanks.

Post count: 1

I am still having the same issue with the background gradient of the Main Menu.
I have been trying to override the CSS and was able to get it to work for the sticky menu only. I want them to have the same custom background gradient for both.
I am not sure if this is a browser cache issue?
URL: http://www.theravendaily.com/
Custom CSS I have:
.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, #00274d 0, #00539e 25%, #0078e5 100%) !important;
}
Thanks so much for your help ahead of time!

Post count: 35449

Hi,

Please try this custom css
.td-fast-news .tdm-header-style-1.td-header-wrap .td-header-menu-wrap-full, .td-fast-news .tdm-header-style-1.td-header-menu-wrap.td-affix{
background: linear-gradient(to right, #00274d 0, #00539e 25%, #0078e5 100%) !important;
}

See the results: https://www.screencast.com/t/jOHHHXBwP
Hope this will help you!
Thanks.

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