- Posts: 10
- Thank you received: 0
HOT Film Tape Module - list carousel border color
-
dumilia
Inactive member - Topic Author
- New Member
Less
More
11 years 10 months ago #25774
by dumilia
HOT Film Tape Module - list carousel border color was created by dumilia
Hi! I'm in trouble with the Hot film Tape module.
I can't find the css to change the border color of the carousel.
Please check the image in attachment. Thank you a lot for your help!
Dumilia
I can't find the css to change the border color of the carousel.
Please check the image in attachment. Thank you a lot for your help!
Dumilia
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #25787
by ivan.milic
Replied by ivan.milic on topic HOT Film Tape Module - list carousel border color
Use this form of styling:
DIV.hero .carousel-article{
border:....
}
you can put it in template_css.css
DIV.hero .carousel-article{
border:....
}
you can put it in template_css.css
The following user(s) said Thank You: dumilia
Please Log in to join the conversation.
-
dumilia
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
11 years 10 months ago #25806
by dumilia
Replied by dumilia on topic HOT Film Tape Module - list carousel border color
Hi Ivan,Thank you for your reply, I've put this code here:
DIV.hero.carousel-article {
border: #fff;
}
at the end of css/template_css.css
but nothing happens :huh: maybe I've done something wrong....
DIV.hero.carousel-article {
border: #fff;
}
at the end of css/template_css.css
but nothing happens :huh: maybe I've done something wrong....
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #25812
by ivan.milic
Replied by ivan.milic on topic HOT Film Tape Module - list carousel border color
try:
DIV.hero.carousel-article {
border-color: #fff!important;
}
DIV.hero.carousel-article {
border-color: #fff!important;
}
The following user(s) said Thank You: dumilia
Please Log in to join the conversation.
-
dumilia
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
11 years 10 months ago #25822
by dumilia
Replied by dumilia on topic HOT Film Tape Module - list carousel border color
Hi Ivan, thank you for your support, I did it but unfortunately it's still not working :dry:
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #25830
by ivan.milic
Replied by ivan.milic on topic HOT Film Tape Module - list carousel border color
Then send link so we could check live
The following user(s) said Thank You: dumilia
Please Log in to join the conversation.
Time to create page: 0.174 seconds