• hi;

    How can I change the appearance of the buttons?

    For example, the border-radius Or add a tag style

    <style>
    
    .mybutton{
    
    background-color:#2196F3;
    
    border:none;
    
    border-radius:7px;
    
    color:white;
    
    padding:10px 25px;
    
    text-align:center;
    
    font-size:16px;
    
    cursor:pointer;
    
    }
    
    .mybutton:hover{
    
    background-color:#4287BF;
    
    }
    
    </style>
Viewing 1 replies (of 1 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi,

    The selector would be “.pen_button” so “#content .pen_button” for example, and then the CSS you need to add.

Viewing 1 replies (of 1 total)
  • The topic ‘Edit of the buttons (the appearance)’ is closed to new replies.