• Resolved alejandroalarcon

    (@alejandroalarcon)


    Hello!

    I am trying to change the table’s design.

    I would like to:

    – Delete the red vertical line
    – Make the table bigger (the spaces between the different options)
    – Deactivate the animation when you use the mouse over the table also whitout changing the color

    I have been trying by changing the .css code but I can’t do it…

    Thank you so much! 🙂

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @alejandroalarcon

    For this use below code in custom css filed

    td
    {
    border-right: none !important;
    }
    
    .swpm-registration-widget-form input[type="text"], .swpm-registration-widget-form input[type="password"] {
        width: 100% !important;
    }
    tr.swpm-registration-username-row input {
        margin-bottom: 20px !important;
    }

    Use above code then check your website.

    Thanks

    • This reply was modified 8 years, 5 months ago by Imran Ali.
Viewing 1 replies (of 1 total)

The topic ‘Modify Tables’ is closed to new replies.