Tagged: x
-
AuthorPosts
-
August 25, 2016 at 10:48 am #1146788
mahmoud237ParticipantI want to make the logo appear on navbar on the left side after scrolling down like this site :
Also, I want to change the navbar color while scrolling between sections … how can I do that ?
August 25, 2016 at 10:53 am #1146812
mahmoud237ParticipantThis reply has been marked as private.August 25, 2016 at 1:52 pm #1147060
NicoModeratorHi There,
Thanks for writing in.
You can check the link below to appear logo upon scrolling down.
https://community.theme.co/forums/topic/header-logo-appears-when-scroll-down/
and for the scroll down change navbar color, you can check the link below.
https://community.theme.co/forums/topic/transparent-navbar-and-change-to-colour-when-scrolled-down/
Hope it helps.
Thanks.
August 25, 2016 at 11:08 pm #1147732
mahmoud237ParticipantSorry, but I didn’t understand how to change the navbar color from the previous link … it didn’t work for me .
I want every section of the home page to have a specific color of the navbar .
August 26, 2016 at 12:00 am #1147772
RupokMemberHey there,
Thanks for writing back! Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.
Thank you for your understanding.
August 27, 2016 at 12:42 pm #1149803
mahmoud237ParticipantNo problem .. I used this code to make logo appear aftr first section and it worked
.home .x-navbar .x-brand { opacity: 0; visibility: hidden; transition: opacity 0.5s linear; } .home .x-navbar.x-navbar-fixed-top .x-brand { opacity: 1; visibility: visible; transition: opacity 0.5s linear; }I need the logo to float all the way to the left side .. how can I do that ?
August 27, 2016 at 12:49 pm #1149806
mahmoud237ParticipantNever mind .. I make it with this code
`
.x-container.max {
max-width: 1250px;
}.x-container.width {
width: 95%;
}`August 27, 2016 at 8:51 pm #1150101
RadModeratorGlad to hear that and thanks for sharing.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1146788 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
