× Joomla Facebook Connect support forum

Topic-icon Is there any way to edit the CSS of the"non-mapped required fields"

Active Subscriptions:

None
Is there any way to edit the CSS of the"non-mapped required fields"?

There seems to be a single block of code that can only be made by affecting the whole set. Is there any way we can style the individual fields. For example we want to do something very simple: make the label and field go side-by-side instead of on the next line, but I can't find any way to affect individual tags or fields. Thanks!
The topic has been locked.
Support Specialist
We have a hard break (br) in our template file for showing those fields. You can remove that, or modify the HTML in the /plugins/jfbcprofiles/jomsocial.php file. Around line 83, you'll see variable being set called $groupHtml. That line sets the field's name, has a br, then has JomSocial render the field. You can remove the br, wrap that in a span, or do whatever else may help you out.

Hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
Thanks! That's exactly what I was looking for. I forgot about the plugins folder. There is no way to use template over-rides with it though, right?
The topic has been locked.
Support Specialist
No way to do template overrides for that. When I pointed you to that file, I actually added a note to our 'to-do' list to break that into a template-able file in the future. Never thought about it before, but could definitely help some people.

Thanks for the idea, but for now, you'll have to hack at that file. Keep note of your changes though, as you will need to re-implement them in the 4.1 release.

Alex
The topic has been locked.