How to change Left Column Color to Transparent?

  • tenoch
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 6 months ago #9128 by tenoch
Hi
In template options, it only let me to introduce color numbers

My question is, how can I modify the code in my template, so only Left column background color remain transparent?

And other question, how to assing a background image to that column?


Thanks
Regards

Please Log in to join the conversation.

More
13 years 6 months ago #9140 by ivan.milic
Hi,

classes column_left_top and column_left_bottom hold background color for that. You can override them.Put your definitions at the bottom of template_css.css

.column_left_top
{
...
}

.column_left_bottom
{
...
}

Please Log in to join the conversation.

  • tenoch
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 6 months ago #9160 by tenoch
Hi

It did not worked

I tried this code:
.column_left_top
{
background-color:transparent;
}

.column_left_bottom
{
background-color:transparent;
}

But it still show color


Thanks

Please Log in to join the conversation.

More
13 years 6 months ago #9175 by ivan.milic
Ok do this:

.column_left,.column_left > * , .column_left > * > *
{
background-image:none!important;
background-color:transparent!important;
}

Please Log in to join the conversation.

  • tenoch
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 6 months ago #9187 by tenoch
Great

This worked

Thanks !!!

Please Log in to join the conversation.

Time to create page: 0.185 seconds
Powered by Kunena Forum