-
Author
Tagged: buddypress, kleo, notice, site, cover header, cover logo
-
March 17, 2015 at 09:33 #504115high-photohubParticipant
Hi,
this might be really basic as I’m a newbie to BP, but when there’s a site-wide notice it displays at the top of the site covering the site logo etc – screenshot attached.
is there a setting to select where it shows? or if not what would be an easy way to show it a bit lower in the site page?
cheers.Attachments:
You must be logged in to view attached files.March 17, 2015 at 17:16 #50477RaduModeratorHello,
I maked a little customization of that notification , try with css code, the message will be appear centred and with a transparent border
Add this code to you Theme Options -> General Settings -> Quick CSS area, or you can put in kleo-child style.css
COPY CODE#sitewide-notice #message { right: 0; left: 0; top: 30%; position: fixed; margin: 0px auto; width: 60%; border: rgba(0,0,0, 0.3) solid 20px; z-index: 9999; } #sitewide-notice #message #close-notice { display: block; float: right; margin-top: 0px; background-color: #efefef; padding: 2px 10px; color: #000; text-transform: uppercase; } .buddypress div#message p, #sitewide-notice p { margin: 0; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 18, 2015 at 04:02 #506675high-photohubParticipantThanks Radu,
much better, and i can tweak it from there. Just before i do, just wanted to double check that I can’t style it from within the Kleo theme settings in wp-admin? I couldn’t see anything, so assume would all be via this css in child theme.
Cheers,
JennyMarch 18, 2015 at 12:23 #50696RaduModeratorYou are welcome,
Unfortunately this feature cannot be customized from theme settings.
Thanks for understanding
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.