-
Author
-
July 24, 2015 at 19:25 #69892
Admin123
ParticipantHi guys,
On profile registration form – there is a gap between the field box and the explanation box “This field can be seen by everyone” as you see in the image attached. Is there a way to reduce that space and also to diminish the font size?
Thanks!
Sam
Attachments:
You must be logged in to view attached files.July 24, 2015 at 19:26 #69894Admin123
ParticipantHere Sorry to be more precise.
Attachments:
You must be logged in to view attached files.July 25, 2015 at 17:30 #69987sharmstr
ModeratorTry this. Adjust as you see fit
.field-visibility-settings-notoggle, .field-visibility-settings-toggle {
padding: 0px !important;
font-size: 10px;
}#buddypress .standard-form textarea, #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=color], #buddypress .standard-form input[type=date], #buddypress .standard-form input[type=datetime], #buddypress .standard-form input[type=datetime-local], #buddypress .standard-form input[type=email], #buddypress .standard-form input[type=month], #buddypress .standard-form input[type=number], #buddypress .standard-form input[type=range], #buddypress .standard-form input[type=search], #buddypress .standard-form input[type=tel], #buddypress .standard-form input[type=time], #buddypress .standard-form input[type=url], #buddypress .standard-form input[type=week], #buddypress .standard-form select, #buddypress .standard-form input[type=password], #buddypress .dir-search input[type=search], #buddypress .dir-search input[type=text] {
margin-bottom: 1px;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 19, 2015 at 13:58 #73706Admin123
ParticipantHi @sharmstr
Thank you for your reply π
Could you let me know where i should put this?
Thanks!!!
Sam
August 19, 2015 at 14:03 #73708sharmstr
ModeratorTheme options > General > Quick css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 19, 2015 at 16:35 #73741Admin123
ParticipantHi @sharmstr
In regard to my query, i have applied the code where you specifically advise me in the Quick CSS but nothing has changed.
I want to have a space in between the fields like you see in the image below.
Also how to remove βThis field can be seen by everyoneβ
Thanks π
Attachments:
You must be logged in to view attached files.August 19, 2015 at 20:37 #73804sharmstr
ModeratorWorks fine on my sites. Try clearing your cache or put it in your child theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 20, 2015 at 11:18 #73885Admin123
Participantarse error: syntax error, unexpected ‘.’ in /homepages/xxxxxxxxxxx/xxxxxxxxxx/xxxxxxxx/wp-content/themes/kleo-child/functions.php on line 284
August 20, 2015 at 13:30 #73896sharmstr
ModeratorIt’s css. It goes in style.css, not functions.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 24, 2015 at 22:16 #74419sharmstr
ModeratorNeed to see a link then.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 25, 2015 at 12:01 #74467sharmstr
ModeratorYou put my code in a commented out section. And why do you have html code in your css?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.August 25, 2015 at 13:10 #74498Admin123
ParticipantThank you so much for helping me. Its working now π
Oh that’s because i wanted to add a Captcha as there were too many registrations – Spam. Do you reckon it shouldn’t be placed here?
Thank you again π
Sam
August 25, 2015 at 13:13 #74501sharmstr
ModeratorNo, it shouldn’t. That is a css file. Its for styles only.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.