Border under carousel area

More
11 years 6 months ago #29922 by ivan.milic
Wait I see what is all about , you are actually setting two background images for same element. And that is unpredictable. Best replace:

.carousel_area {
background: #e894ae url(../images/carousel_bg2.jpg) top center repeat-x;
}

in layout.css

with:
.carousel_area {
background-color: #e894ae;
}

Please Log in to join the conversation.

More
11 years 6 months ago - 11 years 6 months ago #29923 by mojastran
Sorry, this doesn't change it.

I changed both as you suggested
(modules\mod_hot_responsive_slideshow\tmpl\default.php and layout.css)
but there is still no border...

Please check the printscreen.



But if i click on checkbox (in developer tools) beside background-image or background-repeat in this part of the code (disable and enable it back)
element.style {
background-image: url( dateandflirt.net/templates/hot_wedding/images/carousel_bg.jpg );
background-repeat: no-repeat no-repeat;
}
the border appears.

in this part:
.carousel_area {
[strike]background-color: #e894ae;[/strike]
background-color is strikedthrough, disabled at first and after that enabled
I dont know why, but that makes the border appear. Please try to do that to see it for yourself.
Attachments:
Last edit: 11 years 6 months ago by mojastran.

Please Log in to join the conversation.

More
11 years 6 months ago - 11 years 6 months ago #29936 by ivan.milic
Ok just put:

.carousel_area {
background-color: #e894ae!important;
}

that should finally do it.
Last edit: 11 years 6 months ago by ivan.milic.
The following user(s) said Thank You: mojastran

Please Log in to join the conversation.

More
11 years 6 months ago #30062 by mojastran
Thank you,

that was it!

Please Log in to join the conversation.

Time to create page: 0.100 seconds
Powered by Kunena Forum