If you are still interested to look for the reason, here is the CSS code that cause the flickering (which is a CSS related issue).
In the theme’s style.css
a:focus, a:hover {
/* ... */
animation-name: fadeIn; /* <=== this cause the flickering, just comment it out or use another CSS to override this such as animation-name: none; */
/* ... */
}
Like @WebElaine mentions, generally if theme has problem, you may consider
- contact the author
- sometimes, maybe there is chance that you might need to overcome the problem immediately before author updating the theme, you may consider to add your own override. You could do it by using child theme and create your own CSS file.
Related Posts:
- How do I apply my CSS to a theme page?
- Finding and disabling ‘rogue’ stylesheet from header: Source Sans Pro
- Need to edit themes HTML code
- removing side space between para and container on generatepress?
- Custom CSS is overwritten by WordPress?
- TwentyFourteen Theme : Changing grid layout
- Help with responsive theme styling issue
- Customizing a WordPress theme without changing it?
- how to add version of style.css in wordpress
- How can I version the main CSS file?
- How to set two different themes on one WordPress? (Desktop vs. Mobile)
- I’m trying to add an image in my CSS
- How to use scss in wordpress theme?
- How to automatically highlight syntax of code in a post?
- How to add the main style.css to my index.php?
- Retaining old HTML archives and displaying themes conditionally
- The style.css stylesheet doesn’t contain a valid theme header
- Change Default Image HTML
- Getting rid of unused css directives [closed]
- Edit raw HTML of the landing page
- Exclude stylesheet from admin
- hfeed CSS class in Twentyeleven Theme
- In which directory do I find a specific HTML code of my wordpress page? Some of it seems to be missing after checking all pages [closed]
- Change Theme from Plugin based on query_vars
- Change logo on each page of University Hub theme [closed]
- How do I copy my Parent Templates to my Child Templates?
- Theme information in style.css being corrupted
- How do you create a custom WPTouch theme?
- How to start learning CSS and theme development?
- Where is definied the theme location for the main menu in a WordPress template?
- how to remove padding from left and right side? [closed]
- 404 Error while accessing the font files
- How to load parent theme style.css?
- Child Style.css not overriding parent theme style located in assets/css/main.css
- How does a Child Theme works?
- Creating new templates in child themes breaks layout
- Understanding Theme specific Code
- none of my css is working in my child theme
- X-Axis of Site is Messed Up Because it is in Hebrew
- Style the archives/category sidebar widget via theme
- How to find out if page_for_posts is showing (in order to style menu item)
- Custom CSS doesn’t work in edit mode
- Remove transparancy in Sydney theme’s headerimage
- How can I add class to every quote element?
- Twenty fifteen theme – change responsive menu condition
- CSS Start Fresh option on; main.css still being loaded [closed]
- Port existing Bootstrap site to WordPress?
- Theme option not saved if in wp_editor() and html decoded
- How to style the post previews/links without it affecting the main posts?
- Different logo on homepage
- How does WP generate html?
- Cannot apply custom css to IE in the theme
- Plugin and themes are adding the same stylesheets
- Child theme’s stylesheet cannot load [closed]
- Theming global variables – initializing in index.php but using in header.pho
- Is it good practice moving the main stylesheets after the plugin styles?
- What Generated Classes and IDs That Is Always Used On All Themes?
- Theming Using Bootstrap Glyphicons and WordPress Dashicons
- Understanding the theme details in style.css
- Passing dynamic options from backend to frontend
- Re-skinning Site
- Getting a ‘slide down’ js panel implemented within WP
- Calling external Libraries in WordPress
- Modifying the markup in the Tag Cloud widget?
- Need a theme that let the posted content stretched maximum width [closed]
- WP HTML Templates – Any way to get bloginfo() or the path to the theme folder?
- What’s the default order used by WordPress to load CSS files?
- The requested theme does not exist. Stylesheet is missing – error after changing style.css name to my-styles.css in wp child theme?
- Newbie wordpress question re banner height
- On a Https site, Css and Js Url are back to http after redirect the site
- How to integrate JSS to WordPress
- Why submenu item’s background color is not changing by css?
- Cannot figure out what element header color is in wordpress theme [closed]
- How to access theme fonts using custom CSS style? [closed]
- Increase content area width in TwentyFourteen [closed]
- Using Grunt and keeping theme comments
- Background image appears on localhost site but not online
- header.php-tweak: How to do that getting Meta-Slider into the header-center?
- Why I obtain different visualization when I run the website on my local machine and on remote server?
- Some doubts about WordPress handle the horizontal main menu visualization
- Display Headings on Index page in different font sizes
- Event Organiser breaks the theme [closed]
- how would I change background color of a theme using a plugin?
- Date based CSS/theme
- Insert the current theme header into an external HTML/XHTML file
- WordPress doesn’t recognise created theme
- Menu items do not “open” when mouse hover over them?
- My blog suddenly can’t find my stylesheet?
- WP Nanoplex 1.0.3 malfunction
- Whitespace between logo and site title in Twenty Twenty-Two
- CSS appears to not work on any WordPress theme
- Broken theme, stylesheet is missing after uploading the right theme via FTP
- Woocommerce doesn’t work with theme, header missing and css messed up
- How can I modify the CSS only for the search results page of WordPress?
- share wrordpress data between two shared hosts using REST API
- Remove the breadcrums on a theme W
- Enqueue All Stylesheets Found In a Theme Folder
- WordPress margin issues
- How Can I Disable WordPress Theme Self-Update?
- Remove style id inline CSS in WordPress