-
Author
-
October 21, 2018 at 17:03 #211978
emmanuel
Participanthello could these button edges become a little more rounded see attachment
October 21, 2018 at 17:31 #211982Kieran_SQ
ModeratorHi,
The CSS would be as follows.
Login button (as is)
COPY CODEli.header-login-button a { border-top-left-radius: 10px !important; border-bottom-left-radius: 10px !important; }Login button (all corners)
COPY CODEli.header-login-button a { border-radius: 10px !important; }Sign up button (as is)
COPY CODEli.header-register-button a { border-top-right-radius: 20px !important; border-bottom-right-radius: 20px !important; }Sign up button (all corners)
COPY CODEli.header-register-button a { border-radius: 20px !important; }Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 21, 2018 at 18:14 #211983emmanuel
Participanthi thanks could i get the same for the profile and logout buttons too
October 21, 2018 at 18:28 #211984Kieran_SQ
ModeratorHi,
Sure, they are as below
Profile
COPY CODEul.button-group.radius li:first-child .button, ul.button-group.radius li:first-child .button.radius { -moz-border-radius-topleft: 3px !important; -webkit-border-top-left-radius: 3px !important; border-top-left-radius: 3px !important; -moz-border-radius-bottomleft: 3px !important; -webkit-border-bottom-left-radius: 3px !important; border-bottom-left-radius: 3px !important; }Or for all corners
COPY CODEul.button-group.radius li:first-child .button, ul.button-group.radius li:first-child .button.radius { border-radius: 3px !important !important; }Logout
COPY CODEul.button-group.radius li:last-child .button, ul.button-group.radius li:last-child .button.radius { -moz-border-radius-topright: 3px !important; -webkit-border-top-right-radius: 3px !important; border-top-right-radius: 3px !important; -moz-border-radius-bottomright: 3px !important; -webkit-border-bottom-right-radius: 3px !important; border-bottom-right-radius: 3px !important; }Or for all corners
COPY CODEul.button-group.radius li:last-child .button, ul.button-group.radius li:last-child .button.radius { border-radius: 3px !important; }Change the 3px value to suit your needs.
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 21, 2018 at 19:35 #211985emmanuel
Participanthi thanks on the mobile website could you please help me to reduce the space in the profile see attachment and also make the facebook register button on the mobile website a little bigger
and finally on my post in the widget section could you make the title of the popular post bolder
https://www.eumello.com/dating-tips-and-advice/username; admin
password; Uo8#3uttmkH9EUArOctober 23, 2018 at 22:10 #212087Abe
KeymasterHello @emmanuel
Please consider hiring a front-end developer for customization tasks since this is outside of our support scope.
If you find any issues or encounter problems please don’t hesitate to contact us.
We try to help with small changes as you saw.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The topic ‘shape’ is closed to new replies.