Mar 17, 2020 11:04 pm
Hello,
Due to my main site design I use underlined links on forum. But there are some links with icons, that have a space between icon and link text, so this space is underlined and looks annoying. For example, links .wpf-profile-menu (Profile, Account, Activity, etc., see attechment), "Mark all read" link in bottom. How can I fix it?
4 Replies
Mar 18, 2020 9:37 am
Hi @stan1z,
This is a small conflict with the active theme. Just put the CSS code below in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.
#wpforo #wpforo-wrap .wpforo-profile-head .h-bottom a.wpf-profile-menu {
text-decoration: none !important;
}
Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.