Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #870400

    Andy
    Participant

    Hi,

    Thanks for all the help you’ve provided since I’ve started with X.

    I have added various button CSS in the footer links at roadtripsharing.com and find that in all but the first item a forward slash appears (i.e. in “/Miscellaneous advice”, “/ Ideals”, and “/ Guidelines”.

    Wondering how to remove the slashes.

    Also, I had tried x-btn as the class and it made the font and big so it didn’t line up with the other footer menu items. Is there another x button class that’s good for footer menus? Currently using my own custom class “footerbuttondark.”

    Thanks

    #870760

    Paul R
    Moderator

    Hi Andy,

    To remove the slashes, you can add this under Custom > CSS in the Customizer.

    
    .x-colophon.bottom .x-nav li:before {
        display:none;
    }
    

    With regards to your button, I can see it is already aligned. Please let us know if you still need help on this.

    Thanks

    #871597

    Andy
    Participant

    Thanks very much.

    #872277

    Prasant Rai
    Moderator

    You are most welcome. 🙂