-
AuthorPosts
-
May 12, 2014 at 7:36 am #197646
Hi,
I have modified template.css file to modify the background color for module in position 5-6-7 (module.white, module.highlight, module.dark).
It works for highlight & dark but for white he doesn’t takes the changement.
For facility purpose, in my css I have modified “white” into “green”. I have also try to rename it again in “white” but it doesn’t works.
When I control with firebug I see that I haven’t a space between module and “green” class.
It seems that he applies general module background “transparent”
See screenshot
ps: sorry for my bad english :-[
Thanks
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 12, 2014 at 3:10 pm #534665How did you modify the relative CSS files?
In which CSS file did you modify the rule(s) for the background images?
May 12, 2014 at 4:28 pm #534706In template.css:
.t3-module.white {
background: #7db944
color: #666
}
.t3-module.white .module-title {
color: #fff
}
.t3-module.white .module-title span span {
color: #01a3d4
}
.t3-module.white a {
color: #01a3d4
}
.t3-module.white a:hover,
.t3-module.white a:focus,
.t3-module.white a:active {
color: #016888
text-decoration: none;
}I have made same color changement for .t3-module.highlight & .t3-module.dark and it works 🙂
May 12, 2014 at 4:31 pm #534708In template.css:
.t3-module.white {
background: #7db944
color: #666
}
.t3-module.white .module-title {
color: #fff
}
.t3-module.white .module-title span span {
color: #01a3d4
}
.t3-module.white a {
color: #01a3d4
}
.t3-module.white a:hover,
.t3-module.white a:focus,
.t3-module.white a:active {
color: #016888
text-decoration: none;
}I have made same color changement for .t3-module.highlight & .t3-module.dark and it works 🙂
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 12, 2014 at 4:31 pm #534709Assuming you are using the current J3.x version of JA Beranis, you should try adding those CSS rules to your custom.css file. If you do not have a custom.css file established already, then you can/should create the file within file path –> /templates/ja_beranis/css
Paste the above CSS within the custom.css file . . . save changes/clear cache and refresh your page.
Does that work for you?
1 user says Thank You to TomC for this useful post
May 12, 2014 at 5:23 pm #534729Yes thank you. Do you have an idea if it possible to make this module cliquable ? 🙂
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by Saguaros 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-