This issue only happens for a specific user group. The menu items are behind the background stripe (not sure of proper name see pic.). It only happens with my Basic group - the Admin group and Premium groups are good to go. Also is there a way to change to color of that background stripe so that the blue text will stand out a little more.
Thank you
Hi A_Goer,
We'll need access to fix this CSS conflict. Please register a new user with the same Usergroup (Basic member) and send login details to info[at]gvectors.com.
Hi A_Goer,
Please use the following CSS code:
#wpforo #wpforo-wrap .wpforo-profile-wrap .h-header .wpfy{
height: 195px !important;
z-index: -2;
}
Also is there a way to change to color of that background stripe so that the blue text will stand out a little more.
Sure, you can do it using this code:
#wpforo #wpforo-wrap .wpforo-profile-wrap .h-header .wpfy {
background-color: #fff9f9;
}
Don't forget to change the red marked color codes before using.