Hi there guys,
I updated a few plugins lately – and suddenly I saw that the Menu text color on Chrome only – changed from white to black – as you can see in this screenshot:
http://www.screencast.com/t/av44gwPx5P
Website is: http://www.cobras.org
This happens only on chrome.
I’m using Newspaper 4 version.
Any solution in CSS?
Thanks!
Hi,
Not sure why you have this issue only on Chrome, maybe a plugin overwrite this. You can try this custom css, it should work: http://screencast.com/t/vTWjAKVIgH
.menu-td-header-container .sf-menu > .td-menu-item > a {
color: #ffffff;
}
Thanks!
Hi there guys,
I just noticed another Text item that has changed it’s color.
My “Post Title Font” had this color: cc3d00
– but it somehow changed to gray – and will not change back again.
Does this need another CSS code?
In addition – is the new wordpress 4.3 compatible to the Newspaper v4 ?
Thanks!
Hi Branstone,
I have checked your site and the post title has black color – http://screencast.com/t/mvVF6ooIPP Please check Custom Typography from panel and see what color is set there – http://screencast.com/t/H2zjgRjvflg
Also we did some tests using version 4(we created new database) of the theme and only the theme’s plugins active and worked with WordPress 4.3. If you want to update the wordpress version I suggest to make a full backup of your current installation(also wordpress), leave only theme’s plugins active and also wp-debug set on false – https://codex.wordpress.org/WP_DEBUG
Thanks!
Hi Alin!
Thanks for the quick reply.
Regarding the Post Title color – as mentioned – in the Custom Typography (from panel theme) – the color set for the Post Title is this: cc3d00 (which is red/orange) – and not black as it is.
I think some CSS is required again…
Please advise,
Thanks!
Hi,
Please make sure that you test this also without any plugin active except of Visual Composer, clear cache and see if you still have this issue as it may be caused by a plugin.
Also you can use this custom css in Theme Panel > Custom Css – http://screencast.com/t/iDRlblCnDJx0
.post header h1 {
color: #cc3d00 !important;
}
Thanks!
