- Posts: 9
- Thank you received: 0
Colour of slide text background
-
kezzmania
Inactive member - Topic Author
- New Member
Less
More
11 years 1 month ago #34643
by kezzmania
Colour of slide text background was created by kezzmania
Hi, can You please tell me how to set colour of slide text background, also slide header background. Thanks in advance.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34649
by ivan.milic
Replied by ivan.milic on topic Colour of slide text background
Put:
.hero-carousel article .contents{
background:...
}
at bottom of template_css.css, use !important flag if needed
.hero-carousel article .contents{
background:...
}
at bottom of template_css.css, use !important flag if needed
Please Log in to join the conversation.
-
kezzmania
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
11 years 1 month ago - 11 years 1 month ago #34661
by kezzmania
Replied by kezzmania on topic Colour of slide text background
I did that, but it changes wrong background. It added another backround behind grey. I did screenshot of it. I need to change this grey background behind letters. Upper in one colour, downer in another.
Last edit: 11 years 1 month ago by kezzmania.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34664
by ivan.milic
Replied by ivan.milic on topic Colour of slide text background
Use:
.hero-carousel article .contents *{
background:...
}
.hero-carousel article .contents *{
background:...
}
The following user(s) said Thank You: kezzmania
Please Log in to join the conversation.
-
kezzmania
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
11 years 1 month ago #34681
by kezzmania
Replied by kezzmania on topic Colour of slide text background
Thanks, it works, but now both are same colours and not transparent as original.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34686
by ivan.milic
Replied by ivan.milic on topic Colour of slide text background
What about something like:
background:rgba(255,255,255,0.5);
background:rgba(255,255,255,0.5);
Please Log in to join the conversation.
Time to create page: 0.164 seconds