Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #858957

    ejagpal
    Participant

    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!

    #859665

    John Ezra
    Member

    Hi 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!

    #859797

    ejagpal
    Participant
    This reply has been marked as private.
    #860205

    Friech
    Moderator

    Hi 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!

    #861542

    ejagpal
    Participant

    Thank you!

    #861960

    Prasant Rai
    Moderator

    You are most welcome. 🙂