This topic has 7 replies, 2 voices, and was last updated 10 years by gigidesign.
-
Author
Tagged: add cover button
-
March 17, 2015 at 04:05 #50390
gigidesign
ParticipantHow do we do change the background color of the “Add Cover” button on the profile page?
March 17, 2015 at 16:42 #50458sharmstr
ModeratorPut 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 #50476gigidesign
ParticipantSorry, 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 #50496sharmstr
ModeratorSince 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 #50603gigidesign
ParticipantI did that. It doesn’t work. Only the background is changed. Try it.
March 17, 2015 at 23:54 #50606sharmstr
ModeratorI 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 #50681gigidesign
ParticipantYes 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 #50682gigidesign
Participantsharmstr, 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.