- Posts: 12
COMMUNITY FORUM
Changing the design of Extra Fields
- Daria Denisova
- Topic Author
- Offline
- New Member
Less
More
14 years 3 months ago #86578
by Daria Denisova
Changing the design of Extra Fields was created by Daria Denisova
Hello everybody,
was trying to find the answer to my question here, but have not succeed unfortunately.
Is there any opportunity to change the way extra fields table looks on this website (see the bottom of the page)
www.guidedsouls.co.uk/reiki-holidays/holiday-property/3-bedroom-apartment-reiki-holidays
I want it to be more clear and to display the lines of extrafields one by one, not dividing it into separate lines. The good example is here homesabroadcyprus.com/rental-properties/villa-rentals/item/62-sunset-valley-4-3-bedroom-villa
Could you help me to make extra fields section more neat, please?!
Seeking for your help!
was trying to find the answer to my question here, but have not succeed unfortunately.
Is there any opportunity to change the way extra fields table looks on this website (see the bottom of the page)
www.guidedsouls.co.uk/reiki-holidays/holiday-property/3-bedroom-apartment-reiki-holidays
I want it to be more clear and to display the lines of extrafields one by one, not dividing it into separate lines. The good example is here homesabroadcyprus.com/rental-properties/villa-rentals/item/62-sunset-valley-4-3-bedroom-villa
Could you help me to make extra fields section more neat, please?!
Seeking for your help!
Please Log in or Create an account to join the conversation.
- Jiliko.net
- Offline
- Platinum Member
Less
More
- Posts: 567
14 years 3 months ago #86579
by Jiliko.net
Replied by Jiliko.net on topic Changing the design of Extra Fields
Hi Daria,
You have to make modifications to the k2.css file (in your 'templates/ja_pyro/css' folder), near line 348, where item extrafield css begins :
div.ItemExtraFields ul li {
display:block;
background:none;
}
div.itemView div.ItemExtraFields ul li span.ItemExtraFieldsLabel {
width:40%;
}
and near line #40
.even {
background:none repeat scroll 0 0 #FFFFF0;
border-bottom:1px dotted #CCCCCC;
padding:2px;
}
Olivier
You have to make modifications to the k2.css file (in your 'templates/ja_pyro/css' folder), near line 348, where item extrafield css begins :
div.ItemExtraFields ul li {
display:block;
background:none;
}
div.itemView div.ItemExtraFields ul li span.ItemExtraFieldsLabel {
width:40%;
}
and near line #40
.even {
background:none repeat scroll 0 0 #FFFFF0;
border-bottom:1px dotted #CCCCCC;
padding:2px;
}
Olivier
Please Log in or Create an account to join the conversation.
- Daria Denisova
- Topic Author
- Offline
- New Member
Less
More
- Posts: 12
14 years 3 months ago #86580
by Daria Denisova
Replied by Daria Denisova on topic Changing the design of Extra Fields
thank you so much, I've made these changes, but I can not upload modified file back to the folder, it says "critical file transfer. access denied." what should I do? :(
Please Log in or Create an account to join the conversation.
- Jiliko.net
- Offline
- Platinum Member
Less
More
- Posts: 567
14 years 3 months ago #86581
by Jiliko.net
Replied by Jiliko.net on topic Changing the design of Extra Fields
Hi Daria,
It seems you don't have write access to the folder.
You can try to edit the k2.css file directly in Joomla! backend :
- Go to 'Extensions / Template Manager'
- Select your Joomla! template'
- Click the 'Edit CSS' button on the top right toolbar
- You should have the list of css files under your template folder with write access indication on the right column.
- If k2.css is writable, just select it and click the 'Edit' button.
Olivier
It seems you don't have write access to the folder.
You can try to edit the k2.css file directly in Joomla! backend :
- Go to 'Extensions / Template Manager'
- Select your Joomla! template'
- Click the 'Edit CSS' button on the top right toolbar
- You should have the list of css files under your template folder with write access indication on the right column.
- If k2.css is writable, just select it and click the 'Edit' button.
Olivier
Please Log in or Create an account to join the conversation.
- Daria Denisova
- Topic Author
- Offline
- New Member
Less
More
- Posts: 12
14 years 3 months ago #86582
by Daria Denisova
Replied by Daria Denisova on topic Changing the design of Extra Fields
Unfortunately this file is unwritable... what should i do?
Please Log in or Create an account to join the conversation.
- Jiliko.net
- Offline
- Platinum Member
Less
More
- Posts: 567
14 years 3 months ago #86583
by Jiliko.net
Replied by Jiliko.net on topic Changing the design of Extra Fields
Daria,
You have to contact the technical support of your webserver to ask them to add access right to this file.
Olivier
You have to contact the technical support of your webserver to ask them to add access right to this file.
Olivier
Please Log in or Create an account to join the conversation.
- Daria Denisova
- Topic Author
- Offline
- New Member
Less
More
- Posts: 12
14 years 3 months ago #86584
by Daria Denisova
Replied by Daria Denisova on topic Changing the design of Extra Fields
Dear Olivier,
your help is very appreciated. It finally worked. Thank you!
your help is very appreciated. It finally worked. Thank you!
Please Log in or Create an account to join the conversation.