Hi there,
I’m unable to change the Fast News menu color in it’s normal state (http://prntscr.com/m8tc57).
From Theme Panel -> Theme Colors -> Main Menu, I can only change the color of the sticky menu.
I did manage to change it’s color via custom CSS code, changing the inbuilt colors: .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, #b9035b 0, #ef0a32 25%, #8b0081 100%) !important;
}
But when the page loads, the default colors load and appear first, then change to the ones put by me via the custom CSS code.
Can you lend me a hand with this?
Thank you,
Vlad
Hi,
In order to do that you need to replace the css from that demo, so in order to edit the demo file you need to go in Newspaper>includes>demos>fast>demo_style.css
on line 15
https://www.screencast.com/t/IbKm1xAoc3h
https://www.screencast.com/t/GYqLtetMzTp
Hope this will help you.
Thank you.
It doesn’t work. I tried to make it all black, but there’s literally no color change to the menu: http://prntscr.com/mflzlb
When I do this in the console though (F12), it works: http://prntscr.com/mfm08j
Can it be because I’m using a child theme?
It’s not because of the child theme. I tried without as well.
Basically, no matter if I change the code in Newspaper>includes>demos>fast>demo_style.css (https://prnt.sc/mflzlb), when I look at the page code in console (F12), the same default colors appear: http://prntscr.com/mfm3dg. Strangely enough, when looking in the console where it takes it’s colors from it does say that the CSS is in Newspaper>includes>demos>fast>demo_style.css, but it doesn’t see the updated colors.
I’m not using any caching plugins, so that’s not the issue.
-
This reply was modified 7 years by
vladc25.
Hi,
Please make sure that you make the changes in this way -> https://www.screencast.com/t/qsSL2dlQO -> https://www.screencast.com/t/GgvFzNqD7 -> https://www.screencast.com/t/cLuswdXtCYh
Also after you made the changes plea try with other browsers and see if this is still happening.
Thank you!