-
Author
-
April 20, 2017 at 13:17 #159051doorscomputersParticipant
I want to have at least a background on the words on the header of the profile and also on the groups cover because it cant be seen or read if the background is light knowing that the font is black, even ill change the color of the font to black it cant still be seen if the background is dark. I am trying a bit of css .buddypress div#item-header div#item-header-content #latest-update {
margin-bottom: 25px;
background-color: #1277a780;
} its okay but it extends all through out the whole header. I just want the word has the background.If somebody can help me put backgrounds on all the descriptions or words on the profile cover or header and on the groups too so that users can see them.I have attached a photo.Thank you so muchAttachments:
You must be logged in to view attached files.April 21, 2017 at 11:28 #159212LauraModeratorHello, please try by adding this to style.css of child theme, found at wp-content/themes/kleo-child or at Appearance > Editor at wordpress admin panel
COPY CODEdiv#item-meta { background: rgba(0, 0, 0, 0.32); }
Let me know if that works 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 21, 2017 at 17:35 #159254doorscomputersParticipantthank you for the time and the reply I managed to make it work with the css
body.is-user-profile div#item-header div#item-header-content {
z-index: 2;
position: relative;
background-color: #07195780;
width: 800px;
margin-left: 530px;
}
and Im good with it now.Just want to share for those who wants to have this kind of output. Just attached a photo.Thanks laura for always replying and helping. God bless you moreAttachments:
You must be logged in to view attached files.April 24, 2017 at 03:04 #159392LauraModeratorHello, glad you could resolve it 🙂 I am always happy to help.
Please rate us 5 stars at themeforest if you are happy with the support, it would help us a lot ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.