- Posts: 103
- Thank you received: 1
Transparent background for Hot Caroussel and Menus
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
11 years 11 months ago - 11 years 11 months ago #28939
by joa
Transparent background for Hot Caroussel and Menus was created by joa
I tried to apply in template settings for the left or right module a transparent background.
In joomla version 3.0 i just inserted instead of the color code "background-transparent".
In version 3.1.1 it is not possible anymore to type code into the field. Same for the background in HOT Caroussel.
Is there a piece of code I can add somewhere for both areas or is there a "color code" for transparant background?
In joomla version 3.0 i just inserted instead of the color code "background-transparent".
In version 3.1.1 it is not possible anymore to type code into the field. Same for the background in HOT Caroussel.
Is there a piece of code I can add somewhere for both areas or is there a "color code" for transparant background?
Last edit: 11 years 11 months ago by joa. Reason: Added a picture
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #28951
by ivan.milic
Replied by ivan.milic on topic Transparent background for Hot Caroussel and Menus
You can ad css to bottom of template_css.css:
.column_left_top {
background: transparent!important;
}
.column_right_top {
background: transparent!important;
}
.column_left_top {
background: transparent!important;
}
.column_right_top {
background: transparent!important;
}
Please Log in to join the conversation.
Time to create page: 0.152 seconds