-
Author
-
October 28, 2018 at 16:47 #212321OceanglimParticipant
Hi there,
Please see screenshot….
In the profile area, I would like the profle fields buttons to look more like buttons. For example in a different color from the rest of the text or with a background color for each “button”. Is it possible??Best Regards,
OceanglimAttachments:
You must be logged in to view attached files.October 28, 2018 at 17:03 #212324Kieran_SQModeratorHi,
I’m not entirely sure what you’re referring to, so if I have this wrong, please send more details so I can assist you better.
You can set the color and background color for the inactive tabs on a users profile with the below CSS
COPY CODE.tabs.pill.custom dd:not(.active) a { background-color: #6997bf; color: white; }
There are no classes on a per tab basis so setting a different color for each will not be possible.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
October 30, 2018 at 23:05 #212435OceanglimParticipantHi and thanks!
I think you got me right. Same color background for every tab :).But nothing happens. I have deleted cache and web history, but still it is like before…?
I added the code in Appearance > Editor > ChildTheme.October 30, 2018 at 23:16 #212436Kieran_SQModeratorHi,
Try adding !important to each part of the CSS like so
COPY CODE.tabs.pill.custom dd:not(.active) a { background-color: #6997bf !important; color: white !important; }
Replace the current CSS with the above and clear caches to see changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.