Tagged: x
-
AuthorPosts
-
October 25, 2016 at 9:22 am #1229878
SitegemzParticipantI’m trying to get the footer menu as part of the page itself and not a cornerstone element as the way I have it now. I’ve added this CSS to move the menu just under the logo at the bottom of the page but the text appears
transparent:.x-colophon.bottom{
background: transparent;
margin-top: -200px;
}
.x-colophon .x-colophon-content a {
color: white !important;
position: absolute;
}in the editor the menu appears for a second in between the text menu that’s currently there but I want to replace that text menu with one that can be edited across all pages simultaneously. The page is http://www.halydean.info I know it doesn’t look like the menu’s there but trust me it is. Thanks for your help
October 25, 2016 at 10:32 am #1229991
RupokMemberHi there,
That’s what I can see on your footer – http://prntscr.com/cysdno
I am not really sure what you are trying to achieve now. Would you clarify a bit with a screenshot?
Thanks!
October 25, 2016 at 1:40 pm #1230284
SitegemzParticipantI took out the CSS so you can see what I’m working with http://d.pr/i/1fYU9 I’m trying to get the bottom footer raised up with a transparent background in the position where the links above are. Using the CSS in the last post I was able to get it where I wanted it but the text ended up being transparent as well as the background. the only reason I was able to see it was because there’s a slight glow in the footer menu when I initially changed the CSS
October 25, 2016 at 2:45 pm #1230393
JadeModeratorHi there,
Please use this code:
footer.x-colophon.bottom { background: transparent; margin-top: -159px; z-index: 9999; position: relative; }Then add a margin bottom inline style to the text element that contains the logo and the menu links.
Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1229878 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
