This topic has 7 replies, 2 voices, and was last updated 9 years by gigidesign.
-
Author
Tagged: add cover button
-
March 17, 2015 at 04:05 #50390gigidesignParticipant
How do we do change the background color of the “Add Cover” button on the profile page?
March 17, 2015 at 16:42 #50458sharmstrModeratorPut this in your quick css
COPY CODE.buddypress div#item-header a.button { background-color: red; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 17, 2015 at 17:15 #50476gigidesignParticipantSorry, I meant all colors – background, text hover. The background is okay but the text color and hover do not seem to change.
March 17, 2015 at 17:46 #50496sharmstrModeratorSince I gave you the selector, all you have to do is add the css that you want
color: blue;
do the same for hover
.buddypress div#item-header a.button:hoverHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 17, 2015 at 23:46 #50603gigidesignParticipantI did that. It doesn’t work. Only the background is changed. Try it.
March 17, 2015 at 23:54 #50606sharmstrModeratorI did before I answered. Did you try putting !important behind it?
COPY CODE.buddypress div#item-header a.button { background-color: blue !important; color: pink !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 18, 2015 at 06:15 #50681gigidesignParticipantYes I did. But, it doesn’t work. Only the background is changed. Also, the !important property is not necessary because this is coded in the child’s theme which takes precedence over any other CSS rules, right?
March 18, 2015 at 06:20 #50682gigidesignParticipantsharmstr, it’s good now. The page just needed to be refreshed. Thanks for the help.
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.