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.
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!
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.