-
AuthorPosts
-
August 30, 2014 at 1:28 pm #200928
Hi ,
I want to change the color of the boxes on the slideshow to #E7017D
I am using the default template
Which file and code should Ichnage to do this?
Thanks,
Mike
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 30, 2014 at 4:05 pm #547722Hello can you share a screenshot what part of color you want to change
by default that boxes bg is in black color , and on hover they become orange red color .
Let me know which one you like to change , i will tell you solution .August 30, 2014 at 4:07 pm #547723Hi, I would like to change the background upon hover to #E7017D
Thanks,
Mike
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 30, 2014 at 5:06 pm #547729<em>@optimized 443525 wrote:</em><blockquote>Hi, I would like to change the background upon hover to #E7017D
</blockquote>
Go to templatesja_bizcssmod_jaslidshow
find
.ja-slidewrap .maskDesc .ja-slide-desc a:hover,
.ja-slidewrap .maskDesc .ja-slide-desc a:focus,
.ja-slidewrap .maskDesc .ja-slide-desc a:active {
color: #f2735a;
text-decoration: none;
}change it into
.ja-slidewrap .maskDesc .ja-slide-desc a:hover,
.ja-slidewrap .maskDesc .ja-slide-desc a:focus,
.ja-slidewrap .maskDesc .ja-slide-desc a:active {
color: #E7017D;
text-decoration: none;
}switch OFF the development mod from template options .clear cache
Let me know if it helps .August 30, 2014 at 6:12 pm #547732Hello, I did as you suggested and switched off Development Mode in the Spanish Home template but, as yuo can see in the attached image, the template gets spoiled
The new text colour remains but Development Mode is now turned off on the website as it is live
What else can you suggest?
Thanks,
Mike
Can .
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 31, 2014 at 4:29 am #547740Hello development Mode is used to editing the less files .
so if you edited the less files for changes and after that you want to use css file .
in that case use compile less to css , to implement all the changes of less into css files .
take a backup of your site and after that you can apply above suggestion .August 31, 2014 at 2:51 pm #547764Hi, I did not edit any less files, I just change the code below in Go to templatesja_bizcssmod_jaslidshow
The colour has not changed on the website – what do I do now?
Thanks,
Mike
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 1, 2014 at 4:09 am #547794Hello can you take a backup of your site . and PM me your working admin credentials , so that i can check it on your site
September 2, 2014 at 1:15 pm #547957Admin details sent
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 3, 2014 at 2:55 am #548052HI i need you FTP site details . Please check your PM ,
send me FTP details so that i can edit the css files and let you know the solutionSeptember 3, 2014 at 12:14 pm #548144FTP details sent by PM
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 3, 2014 at 5:15 pm #548173Hello i changed the color directly on your site as per your need .
Here are the changes .
go to template/your templare/less/ modslideshow.lessi change this code
// Active
.active {
.ja-slide-thumb-inner {
background: @brand-primary;
border-color: @brand-primary;
color: @white;
}
}
into
// Active
.active {
.ja-slide-thumb-inner {
background: #E7017D
border-color: #E7017D
color: @white;
}
}Hope it helps you
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 2 voices, and was last updated by Pankaj Sharma 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Changing the backgound colour of the box on the slideshow
Viewing 12 posts - 1 through 12 (of 12 total)