-
Author
Tagged: buddypress, wangguard, plugins
-
April 29, 2014 at 01:49 #16292
Jeremy14
ParticipantIt seems that the Report User Button from the WangGuard plugin is conflicting with the login
.button {
}The Report User button is big and colored and whenever I change the CSS it does not help.
How can I fix this? You can view it here : http://www.passingrass.com/network/cannabiz/
April 30, 2014 at 01:13 #16492Abe
KeymasterI saw that the < a > element has class “button wangguard-user-report” so you can try to create a style property based on that class , like:
COPY CODE.button.wangguard-user-report {font-size:12px;} // or what properties do you want.
You can add this in the Quick CSS box in Sweetdate – Styling options or in child theme/style.css
.button.wangguard-user-report it should be stronger than just “.button” style so it will take your added style
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 30, 2014 at 07:13 #16518Jeremy14
ParticipantIs it that easy to just create a new style property and put it in the Quick CSS?
April 30, 2014 at 07:15 #16519Jeremy14
ParticipantHow would I change the text in the button to say something else. For instance the “Comment” button in my News section says “Send Message” it should be “Comment”
Thank you
April 30, 2014 at 10:12 #16529Abe
KeymasterYes it should be that easy to style items like that.
Those are related to Buddypress and you need to change the labels by translating the plugin: http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 3, 2014 at 13:42 #16749rudik2
ParticipantAbe, how to delete bacground from “report user” button and change color form white to black?
May 8, 2014 at 06:17 #17137Jeremy14
Participant.button.wangguard-user-report it should be stronger than just “.button” style so it will take your added style
How do I make this stronger?
May 8, 2014 at 06:26 #17138Jeremy14
ParticipantWhen I edit this in CSS editor Firebug the style changes, when I put it into the Quick CSS the styles don’t change.
May 9, 2014 at 00:44 #17249Abe
KeymasterTry setting the property with !important
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 9, 2014 at 07:21 #17292Jeremy14
ParticipantI’m not sure what the problem is here is my CSS:
.button.wangguard-user-report {
backgroundr: #FFFFFF, !important;
border: none;
box-shadow: none;
}May 12, 2014 at 20:58 #17613Abe
KeymasterCSS is wrong.Correct one:
COPY CODE.button.wangguard-user-report { backgroundr: #FFFFFF !important; border: none; box-shadow: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘WangGuard Report User Button’ is closed to new replies.