-
AuthorPosts
-
lndesigns Friend
lndesigns
- Join date:
- August 2012
- Posts:
- 94
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 26
- Thanked:
- 10 times in 1 posts
August 27, 2014 at 8:16 pm #200846Hi…
I would like to change the color of the module suffix “highlight” (see screenshot)
I have created a custom.css and put it into templates/ja_bookshop/css …. with this in it:
.t3-module.highlight .module-title {
background: ##CC6698
color: #ffffff
margin: 20px 0 0 -10px;
padding: 10px 20px;
display: inline-block;
border-bottom: 0;
}
with the new BACKGROUND color to be #CC6698 … not that god-awful green that is usedbut it still won’t show. I have had the theme on development mode, not on development mode, did the whole less to css…. still not showing. Don’t know what else to do?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 28, 2014 at 2:35 am #547465I have changed the code in custom.css to this.. this achieves the color change
.t3-module.highlight .module-title {
background: #CC6698 !important;
color: #ffffff
margin: 20px 0 0 -10px;
padding: 10px 20px;
display: inline-block;
border-bottom: 0;
}1 user says Thank You to chavan for this useful post
lndesigns Friendlndesigns
- Join date:
- August 2012
- Posts:
- 94
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 26
- Thanked:
- 10 times in 1 posts
August 28, 2014 at 3:54 pm #547545Ah, crap! I should have THOUGHT OF THAT!!!!
thnx so much!!!!!!
it WORKS NOW!
you rock!
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by lndesigns 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how to change highlight color for module
Viewing 3 posts - 1 through 3 (of 3 total)