Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Additional CSS › Css for 'review' plugin
- This topic has 7 replies, 2 voices, and was last updated 6 years, 2 months ago by
Themosaurus.
-
AuthorPosts
-
@themosaurus
- 1 Topics
- 1675 Posts
Hi @abourne,
To change this, simply add the following code snippet to your website:
/* Better display for "add review" button */ div#bupr-add-review-btn a:before { content: '\f055'; font-family: fontAwesome !important; top: 1px; color: #4885ed; } .gwangi--members-actions-text-displayed div#bupr-add-review-btn a:before { color: inherit; }
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.We hope this will solve your issue. ?
All the best,
November 27, 2018 at 11:47 #3860@themosaurus- 1 Topics
- 1675 Posts
Hi @abourne,
Juste adapt the above CSS code snippet:
/* Better display for "add review" button */ .gwangi--members-actions-text-displayed div#bupr-add-review-btn a { background-color: red !important; /* Change bg color here */ color: green !important; /* Change color here */ } div#bupr-add-review-btn a:before { content: '\f055'; font-family: fontAwesome !important; top: 1px; color: #4885ed; } .gwangi--members-actions-text-displayed div#bupr-add-review-btn a:before { color: inherit; }
regards,
December 3, 2018 at 15:55 #4006@themosaurus- 1 Topics
- 1675 Posts
Hi @abourne,
The snippet did have an issue but we updated it to fix the issue. Here is the updated one:
/* Better display for "add review" button */ .gwangi--members-actions-text-displayed div#item-header #profile-header.profile-header--member #item-buttons.action > div#bupr-add-review-btn > a{ background-color: red !important; /* Change bg color here */ color: blue !important; /* Change color here */ }
Closing this topic since the issue is resolved.
Regards
December 5, 2018 at 10:27 #4064 -
AuthorPosts
The topic ‘Css for 'review' plugin’ is closed to new replies.