-
Author
Tagged: buddypress, wangguard, plugins
-
April 29, 2014 at 01:49 #16292Jeremy14Participant
It 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 #16492AbeKeymasterI 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 #16518Jeremy14ParticipantIs it that easy to just create a new style property and put it in the Quick CSS?
April 30, 2014 at 07:15 #16519Jeremy14ParticipantHow 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 #16529AbeKeymasterYes 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 #16749rudik2ParticipantAbe, how to delete bacground from “report user” button and change color form white to black?
May 8, 2014 at 06:17 #17137Jeremy14Participant.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 #17138Jeremy14ParticipantWhen 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 #17249AbeKeymasterTry 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 #17292Jeremy14ParticipantI’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 #17613AbeKeymasterCSS 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.