- Posts: 10
- Thank you received: 0
How to change the border color of the Carousel
-
Spain
Inactive member - Topic Author
- New Member
Less
More
11 years 2 months ago #33766
by Spain
How to change the border color of the Carousel was created by Spain
I'm using the Hot Real Estate Template in 2.5.14 for Joomla. I found where to change the colors of the numbers for Hot Carousel Pro slide because it's in the modules settings but I want to change the border of the carousel images to match instead of being stuck with the orange color it is now. Every Style has this same color. Not sure why the module let's you change the colors of the buttons but not the box that frames the images above it.
Where do I go to change the color of this?
Please advise.
Where do I go to change the color of this?
Please advise.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #33770
by ivan.milic
Replied by ivan.milic on topic How to change the border color of the Carousel
Change images in module folder:
modules\mod_hot_joomla_carousel_pro\images\
modules\mod_hot_joomla_carousel_pro\images\
Please Log in to join the conversation.
-
Spain
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
11 years 2 months ago #33789
by Spain
Replied by Spain on topic How to change the border color of the Carousel
The only thing I have in this folder is a bunch of images of arrows. I'm trying to change the border the frames the images on the home page. It's orange colored in every style.
Please advise.
Please advise.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #33808
by ivan.milic
Replied by ivan.milic on topic How to change the border color of the Carousel
Send link so we could see what you are talking about
Please Log in to join the conversation.
-
Spain
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
11 years 1 month ago #33858
by Spain
Replied by Spain on topic How to change the border color of the Carousel
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 #33864
by ivan.milic
Replied by ivan.milic on topic How to change the border color of the Carousel
in template_css.css:
.property_pic {
float: left;
margin: 6px 30px 0 6px;
padding: 4px;
border: 0px solid #eee;
-moz-box-shadow: 0px 0px 6px #444;
background: #FFBE42;
box-shadow: 0px 0px 6px #444;
position: relative;
}
property background: #FFBE42; is giving you that color
.property_pic {
float: left;
margin: 6px 30px 0 6px;
padding: 4px;
border: 0px solid #eee;
-moz-box-shadow: 0px 0px 6px #444;
background: #FFBE42;
box-shadow: 0px 0px 6px #444;
position: relative;
}
property background: #FFBE42; is giving you that color
Please Log in to join the conversation.
Time to create page: 0.102 seconds