- Posts: 5
- Thank you received: 0
Remove Subscription background color
- Sean Henderson
- Topic Author
- Offline
- New Member
Less
More
11 years 11 months ago #23353
by Sean Henderson
Remove Subscription background color was created by Sean Henderson
How do I gain access to remove the white box that is shown in the subscription columns? I would also like to use the default button from my joomla template as well.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
11 years 11 months ago #23397
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Remove Subscription background color
Hi
You will need to edit css code alitle to remove the background. Please use the instructions below :
1. Open the file components/com_osmembership/assets/css/style.css
2. Find the css code below and remove it :
After that, the white background will be removed .
Regards,
Tuan
You will need to edit css code alitle to remove the background. Please use the instructions below :
1. Open the file components/com_osmembership/assets/css/style.css
2. Find the css code below and remove it :
Code:
.dm_row { background: #FFF url(../images/bg-gradient.png) repeat-x; }
After that, the white background will be removed .
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Sean Henderson
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
11 years 11 months ago #23483
by Sean Henderson
Replied by Sean Henderson on topic Re: Remove Subscription background color
There was addition code in the .css file as well that needed to be changed.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
11 years 11 months ago #23529
by Tuan Pham Ngoc
Hi Sean
Could you share the change you made so that in case someone has the same need, they can use your solution ?
Tuan
Replied by Tuan Pham Ngoc on topic Re: Remove Subscription background color
Sean Henderson wrote: There was addition code in the .css file as well that needed to be changed.
Hi Sean
Could you share the change you made so that in case someone has the same need, they can use your solution ?
Tuan
Please Log in or Create an account to join the conversation.
- Sean Henderson
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
11 years 11 months ago #23543
by Sean Henderson
Replied by Sean Henderson on topic Re: Remove Subscription background color
Here is what I changed in the code to correct the issue of background color. You can find the code @ components/com_osmemberships/assets/css/styles.css
#dm_docs dl {
background: none repeat scroll 0 0 #181818;
border: 1px solid #CADAE7;
padding: 5px 5px 5px 10px;
margin: 0 5px 5px;
float: right;
#dm_docs dl {
background: none repeat scroll 0 0 #181818;
border: 1px solid #CADAE7;
padding: 5px 5px 5px 10px;
margin: 0 5px 5px;
float: right;
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.