Price column Layout

More
10 years 10 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?
Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 10 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 :
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.