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.
The forum of the forums

    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 September 19th 2015, 5:14 am

    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 September 19th 2015, 5:31 am

    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 September 19th 2015, 5:34 am

    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 September 19th 2015, 6:04 am

    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 September 19th 2015, 6:15 am

    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 September 19th 2015, 11:37 am

    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 September 19th 2015, 9:30 pm

    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.

      Current date/time is September 23rd 2024, 4:29 am