Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Website Setup › Pages › /wp-content/themes/gwangi/assets/css/source/plugins/_youzer.scss
- This topic has 4 replies, 2 voices, and was last updated 5 years, 8 months ago by
Jean-Pascal.
-
AuthorPosts
-
@themopteryx
- 0 Topics
- 615 Posts
Hi @weilhalt,
Thank you for your precious feedback. There is definitely an issue in our theme which will be fixed in the next update.
This is most certainly due to the recent Youzer plugin update.In the meantime, simply add the following code snippet to your website:
.yz-account-page .yz-account-header ul li a { color: inherit !important; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Regards,
July 23, 2019 at 14:15 #7327PeterParticipant@weilhalt- 2 Topics
- 4 Posts
Thanks for the information. Actually that works to display the content, but not the link-color. Any advice?
PS: Meanwhile I disabled the code in the css, which works but I have no idea if that is feasable…
.yz-account-header ul li a {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
// color: #fff !important;
color: #fff;
}July 23, 2019 at 15:00 #7328@themopteryx- 0 Topics
- 615 Posts
Hi @weilhalt,
You can change the links color by adding the following code snippet to your website:
.yz-account-page .yz-account-header ul li a { color: #00FF00 !important; /* Links color */ } .yz-account-page .yz-account-header ul li a:hover, .yz-account-page .yz-account-header ul li a:active, .yz-account-page .yz-account-header ul li a:focus, .yz-account-page .yz-account-header ul li a.yz-active-menu { color: #FF0000 !important; /* Links color for hover and active states */ }
Note that this issue will be fixed in the next update of Gwangi theme.
Regards,
July 24, 2019 at 10:01 #7345 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘/wp-content/themes/gwangi/assets/css/source/plugins/_youzer.scss’ is closed to new replies.