issue with .gs-member-desc a link styles
-
wordpress 5.1.1, see screenshot
When i had used this plugin previously on an older version of wordpress with a different theme i wrote the grid display code manually (using gs-team classes and things) into the wp-admin editor rather than using shortcodes directly, so not sure if this problem was there before wp5 or not.
my specific issue can be worked around on the user end using the parent selector instead of ‘.gs-member-desc’ like:
.single-mem-desc-social a{color:red;} .single-mem-desc-social a:hover{color:green;}
but the styles that come with the plugin as written don’t work because the .gs-member-desc content doesn’t always get put inside of that element for some reason.
- The topic ‘issue with .gs-member-desc a link styles’ is closed to new replies.