- Posts: 19
- Thank you received: 0
OS Property support center
Adding a CSS class around Custom Field Group
- Jason Wagner
- Topic Author
- Offline
- New Member
-
Less
More
12 years 2 months ago #32795
by Jason Wagner
Adding a CSS class around Custom Field Group was created by Jason Wagner
Hello,
I need to add a custom class around the collapsible "extra field group" in the property details page. This is the page that has all of the information about the property. Which file and line do I need to edit to wrap the span around the custom fields?
I need to add a custom class around the collapsible "extra field group" in the property details page. This is the page that has all of the information about the property. Which file and line do I need to edit to wrap the span around the custom fields?
Please Log in or Create an account to join the conversation.
- Dang Thuc Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13244
- Thank you received: 1729
12 years 2 months ago #32839
by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Re: Adding a CSS class around Custom Field Group
Hi Jason,
I can't tell you extractly lines that you can modify the css and code of that part, because there are a lot lines and if you don't know about php and Joomla coding + css style, you can't simple to modify it.
The collapsible "extra field group" elements are in file
components > com_osproperty > template > default > details.html.tpl.php
and
components > com_osproperty > template > default > small.details.html.tpl.php
Please remember that when you modify the css of the collapsible "extra field group" it will effect to all other collapsible information group in details page.
I suggest you to use tool : Inspector element of firefox to debug the css of those span tag.
Good luck
Dam
I can't tell you extractly lines that you can modify the css and code of that part, because there are a lot lines and if you don't know about php and Joomla coding + css style, you can't simple to modify it.
The collapsible "extra field group" elements are in file
components > com_osproperty > template > default > details.html.tpl.php
and
components > com_osproperty > template > default > small.details.html.tpl.php
Please remember that when you modify the css of the collapsible "extra field group" it will effect to all other collapsible information group in details page.
I suggest you to use tool : Inspector element of firefox to debug the css of those span tag.
Good luck
Dam
Please Log in or Create an account to join the conversation.
Moderators: Dang Thuc Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.