Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Saguaros Moderator
    #1082547

    Hi,

    Kindly share the URL of page where I can see the button, I will take a look.

    giulia72 Friend
    #1082594
    Saguaros Moderator
    #1082641

    It will require a bit custom CSS, you can try with my tweak:

    #Mod101 input[type="button"] {
        border: 1px solid #dddddd;
        border-radius: 15px;
        padding: 5px 14px;
        color: #b3b3b3;
    }
    
    #Mod101 input[type="button"]:hover,
    #Mod101 input[type="button"]:focus,
    #Mod101 input[type="button"]:active {
        color: #cc0000;
        text-decoration: none;
    }
    giulia72 Friend
    #1082642

    Thank you, but where exactly I have to insert your code?

    Saguaros Moderator
    #1082644

    With custom css code, you can put into the file: root/templates/ja_nuevo (your default template)/css/custom.css (create this file if it doesn’t exist)

    giulia72 Friend
    #1082662

    Great it works
    thank you

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  giulia72 6 years, 4 months ago.

The topic ‘BACK button style’ is closed to new replies.