I just upgraded to 6.4.20 and found: 1) blog entry icons are now black (theme options show still set to blue), and 2) menu entry items have adopted a pointer where previously there was none. Menus should look like this https://thepathfindercompany.com/pathfinder-results-ak/
Could you take a look please or suggest what might have happened? I’ll add a secure note as soon as I can find where it has gone.
Thanks, Neil
Hello @neilhartley,
Thanks for writing to us.
It might be the issue of cache I would suggest you please purge all the cache and recheck it again or for the quick fix please add this custom CSS code to the global CSS.
.post h2.entry-title i {
color: #33bbff;
}
aside.x-sidebar.left .widget_nav_menu ul.menu li .x-framework-icon-initial {
display: none;
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.
Hope it helps.
Thanks
Thanks Prakash.
It doesn’t seem to be a caching issue. I understand the CSS, my question then is why does something work yesterday (and is set in the theme options) then doesn’t work following the Pro update and the answer is to write CSS to fix it? The site has over a hundred pages - am I to expect to check every page for styling iussues after running a Pro update?
I’m genuinely trying to understand how best to perform Pro updates.
Thanks, Neil
Hello Neil,
I was able to replicate the issue on my localhost installation. I went ahead and informed our development team so that it could be fixed by our development team I would request you, please stay tuned for succeeding theme updates.
Thanks for understanding
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.