- Posts: 8
- Thank you received: 0
Price column Layout
- Niels
- Topic Author
- Offline
- New Member
Less
More
11 years 6 months ago #31694
by Niels
Price column Layout was created by Niels
I recently adjusted the style.css code for fitting the theme to my own.
But the price layout also dosn't match my site.
In the attachment the pic what I mean. White background needs to be my sites color.
Is it possible to adjust that?
But the price layout also dosn't match my site.
In the attachment the pic what I mean. White background needs to be my sites color.
Is it possible to adjust that?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
11 years 6 months ago #31724
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Price column Layout
Yes. It is possible. Please follow the instructions below :
1. Open the file components/com_osmembership/assets/css/style.css
2. Find the css code below :
3. Change the background attribute above to the color you want or simply remove it. After that, it should solve the issue.
Please let me know if you still need help,
Tuan
1. Open the file components/com_osmembership/assets/css/style.css
2. Find the css code below :
Code:
#dm_docs dl {
background: none repeat scroll 0 0 #ECF4FB;
border: 1px solid #CADAE7;
padding: 5px 5px 5px 10px;
margin: 0 5px 5px;
float: right;
}
3. Change the background attribute above to the color you want or simply remove it. After that, it should solve the issue.
Please let me know if you still need help,
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2024 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.