-
Author
-
October 21, 2018 at 17:03 #211978emmanuelParticipant
hello could these button edges become a little more rounded see attachment
Attachments:
You must be logged in to view attached files.October 21, 2018 at 17:31 #211982Kieran_SQModeratorHi,
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 solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
October 21, 2018 at 18:14 #211983emmanuelParticipanthi thanks could i get the same for the profile and logout buttons too
October 21, 2018 at 18:28 #211984Kieran_SQModeratorHi,
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 solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
October 21, 2018 at 19:35 #211985emmanuelParticipanthi 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#3uttmkH9EUArAttachments:
You must be logged in to view attached files.October 23, 2018 at 22:10 #212087AbeKeymasterHello @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---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘shape’ is closed to new replies.