Tagged: x
-
AuthorPosts
-
March 30, 2016 at 11:26 am #858957
1.) Im doing the single page navigation and I want when you click the “Home” button to scroll to the top of the page, however I have a slider at the top so I can’t figure out how to link the home button can you help with this?
2.) Can you help me change the color of the header and footer text and social media to white, the way it is now it looks transparent but I want it a solid white?
3.) Can you help me change the color of the scroll to top arrow on the bottom right corner?
Thanks so much for everything, hope Im not bugging too much!
March 30, 2016 at 5:56 pm #859665Hi there,
Thanks for writing in! To assist you with this issue, would you mind providing us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. Thanks!
March 30, 2016 at 7:35 pm #859797This reply has been marked as private.March 31, 2016 at 12:53 am #860205Hi There,
Thanks for writing in! #1 Instead of linking the home menu item to #x-section-1 linked it to #top.
#2 You can add this under Custom > CSS in the Customizer.
body .x-social-global i, footer.x-colophon.bottom .x-nav li a, footer .x-colophon-content p { color: #fff; }
#3 Add this on your custom CSS as well.
.x-scroll-top.in { opacity: 1; color: red; border-color: red; }
Change the red value to the desired color.
Hope it helps, Cheers!
March 31, 2016 at 5:02 pm #861542Thank you!
March 31, 2016 at 11:29 pm #861960You are most welcome. 🙂
-
AuthorPosts