-
Author
Tagged: top menu
-
May 11, 2014 at 05:56 #17507krisconeParticipant
Hi,
Trying to hide the top menu. used this code but does not hide it…
.top-bar {
display: none;
}Wondering what i need to do. http://www.homediary.com.
thanksMay 11, 2014 at 07:12 #17509krisconeParticipantone other thing. I would like to add some transparency to the member profile area where the user’s photo is and the profile details. can you provide the css to accomplish this?
I would also like to add an option like you have on the Kleo there where you can show less for the user area….the blue area for the member profile takes up a lot of space so if the user could collapse it and show less it would be better.
thanks
May 14, 2014 at 16:27 #17853AbeKeymasterHi @kriscone
This is the right CSS. Use Chrome inspect element to find specific elements in your site
COPY CODE.top-links { display: none; }
I don’t understand where should the transparency apply but you have styling settings for buddypress profile area in Sweetdate – Buddypress
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 15, 2014 at 00:11 #17962krisconeParticipantI tried that and it did not work…still shows. I guess I thought initially it was the top-bar not top-links but neither one work…also added !important but no change….
.top-links {
display: none !important;
}On the profile area, it is the blue area I would like to make semi transparent…I have a background image for each user if they upload it…
Attachments:
You must be logged in to view attached files.May 17, 2014 at 12:53 #18235AbeKeymasterI re-tested it and the topbar should disappear. Maybe you haven’t added it right, it should be added to the Sweetdate – Styling options – Quick css or in sweetdate-child/style.css
You can disable the background color with this css
div#profile {
background: 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 ‘Hide the top menu’ is closed to new replies.