- Posts: 48
- Thank you received: 0
Removeing Gray background in Left / Right position
-
Sheeko
Inactive member -
Topic Author
- Member
-
Less
More
12 years 4 months ago #23468
by Sheeko
Replied by Sheeko on topic Removeing Gray background in Left / Right position
I tried putting the code in other css file but nothing worked. so I put the code in the individual module class suffix and that works but only for that individual module.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #23492
by ivan.milic
Replied by ivan.milic on topic Removeing Gray background in Left / Right position
This is an rould that makes that:
#column_left div.moduletable, #column_right div.moduletable, #column_left div.moduletable_contact, #column_right div.moduletable_contact {
background: #F9F9F9;
border: 1px solid #DDD;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 15px 0;
}
so:
#column_left div.moduletable, #column_left div.moduletable_contact{
border:none!important;
}
must work.
#column_left div.moduletable, #column_right div.moduletable, #column_left div.moduletable_contact, #column_right div.moduletable_contact {
background: #F9F9F9;
border: 1px solid #DDD;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 15px 0;
}
so:
#column_left div.moduletable, #column_left div.moduletable_contact{
border:none!important;
}
must work.
Please Log in to join the conversation.
-
Sheeko
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 48
- Thank you received: 0
12 years 4 months ago - 12 years 4 months ago #23521
by Sheeko
Replied by Sheeko on topic Removeing Gray background in Left / Right position
Thanks for that, I found a way to work around. But I need some more help with the Moset tree search box that I published on the left.
Everything is fine except that the text inside the search box and in the drop down category list is white and the background is also white so you can't see anything.
Please see the attached screen shot for a better idea of what need to be corrected. I need to change the color of the text to #333333.
Will appreciate your help. Of all the Hot_templates I have used this Business template has been the most difficult to deal with.
Thanks again
Everything is fine except that the text inside the search box and in the drop down category list is white and the background is also white so you can't see anything.
Please see the attached screen shot for a better idea of what need to be corrected. I need to change the color of the text to #333333.
Will appreciate your help. Of all the Hot_templates I have used this Business template has been the most difficult to deal with.
Thanks again
Last edit: 12 years 4 months ago by Sheeko.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #23534
by ivan.milic
Replied by ivan.milic on topic Removeing Gray background in Left / Right position
to which page I go to see that?
Please Log in to join the conversation.
Time to create page: 0.077 seconds