Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- The topic ‘WordPress 6.1 CSS fixes’ is closed to new replies.
Hi,
Some CSS issues were introduced with WordPress 6.1 such as underlined links and increased margin in Masonry element.
Please add following code to Quick CSS field in Enfold theme options > General Styling tab to fix those issues
/* To fix underlined links */
a:where(:not(.wp-element-button)) {
text-decoration: none;
}
/* To fix increased margin in Masonry */
figure {
margin: 0;
}
We will include CSS fixes in upcoming Enfold update and update this post if we find more CSS issues.
Regards,
Yigit