How do I make the buttons in the chatbox circles? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    How do I make the buttons in the chatbox circles?

    avatar
    Guest
    Guest


    In progress How do I make the buttons in the chatbox circles?

    Post by Guest Sat 19 Sep - 5:14

    Hi, I need help with making these buttons in the chatbox look like circles.
    Screenshot: http://prntscr.com/8hylz7
    avatar
    Guest
    Guest


    In progress Re: How do I make the buttons in the chatbox circles?

    Post by Guest Sat 19 Sep - 5:31

    Hello @Ghost

    This code may help you Very Happy
    Code:
    #help-button, #divcolor, #divsmilies, #submit_button, .format-message + label {
        border-radius: 50px;
    }

    Regards
    avatar
    Guest
    Guest


    In progress Re: How do I make the buttons in the chatbox circles?

    Post by Guest Sat 19 Sep - 5:34

    mpelmmc wrote:Hello @Ghost

    This code may help you Very Happy
    Code:
    #help-button, #divcolor, #divsmilies, #submit_button, .format-message + label {
        border-radius: 50px;
    }

    Regards
    The code didn't work.
    avatar
    Guest
    Guest


    In progress Re: How do I make the buttons in the chatbox circles?

    Post by Guest Sat 19 Sep - 6:04

    What's the version of your forum? Could you post the link?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: How do I make the buttons in the chatbox circles?

    Post by SLGray Sat 19 Sep - 6:15

    Code:
    #help-button, #divcolor, #divsmilies, #submit_button, .format-message + label {
       border-radius: 50px !important;
    }



    How do I make the buttons in the chatbox circles? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    Guest
    Guest


    In progress Re: How do I make the buttons in the chatbox circles?

    Post by Guest Sat 19 Sep - 11:37

    mpelmmc wrote:What's the version of your forum? Could you post the link?
    PHPBB3 sir.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: How do I make the buttons in the chatbox circles?

    Post by SLGray Sat 19 Sep - 21:30

    SLGray wrote:
    Code:
    #help-button, #divcolor, #divsmilies, #submit_button, .format-message + label {
       border-radius: 50px !important;
    }
    This should work.  If it does not then add it to the top of your CSS stylesheet.



    How do I make the buttons in the chatbox circles? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.