-
AuthorPosts
-
latino07 Friend
latino07
- Join date:
- September 2011
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 16, 2011 at 1:15 am #171857Hi All:
How to make module positions user 13-16 have white background?
TIA
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 16, 2011 at 1:20 am #429851Greetings Tia:
In order to best assist you, please provide the url of the site you’re working on,
as well as set “Optimize CSS” to “No” within your Template Manager–General Settings.latino07 Friendlatino07
- Join date:
- September 2011
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 16, 2011 at 1:25 am #429853Hi:
Site url is: http://www.politicaboricua.com. I want to make withe the bottom ares of this link:
http://www.politicaboricua.com/sondeos-encuestas-politica-boricua-elecciones.html?layout=homeThanks!
🙂
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 16, 2011 at 1:29 am #429855Do you have some kind of “right click” restriction set on your site?
latino07 Friendlatino07
- Join date:
- September 2011
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 16, 2011 at 1:32 am #429856Hi:
Sorry, please try again.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 16, 2011 at 1:33 am #429857Open your template.css file (within path /templates/ja_kranos/css/template.css)
at line 889, you should see the following . . .
* Bot spotlight ---*/
#ja-topsl1 .main, #ja-botsl .main { padding: 0; background: #1a1a1a; color: #888; }
[FONT=arial]change as follows . . .
* Bot spotlight ---*/
#ja-topsl1 .main, #ja-botsl .main { padding: 0; background: #fff; color: #888; }
SAVE CHANGES . . . . CLEAR CACHE . . . . REFRESH PAGELet me know if that works for you.
[/FONT]
latino07 Friendlatino07
- Join date:
- September 2011
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 16, 2011 at 1:38 am #429860Hi:
Thank you very much! will try that.
🙂
latino07 Friendlatino07
- Join date:
- September 2011
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 16, 2011 at 2:07 am #429861Hi:
Ok it works. Now the problem is the white color for module title. How I can make module title shown in black?
Thanks again!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 16, 2011 at 2:21 am #429867Open your template.css file (within path /templates/ja_kranos/css/template.css)at line 896, you should see the following . . .
#ja-topsl h3, #ja-topsl1 h3, #ja-botsl1 h3, #ja-botsl h3 {
margin: 0 0 10px;
color: #fff;
}
[FONT=arial]If you want the title to be black (for example), change as follows:
[/FONT]
#ja-topsl h3, #ja-topsl1 h3, #ja-botsl1 h3, #ja-botsl h3 {
margin: 0 0 10px;
color: #000;
}
[FONT=arial]You can also play around with the size of the title by playing around with the following CSS rule at line 524:
[/FONT]
div.ja-moduletable h3, div.moduletable h3, .ja-accordion-title {
font-size: 116%;
text-transform: uppercase;
font-weight: 700;
}
[FONT=arial]
bear in mind, however, that if you change the font size in the above CSS rule, it will affect all text items associated with “moduletable h3″ – hence the “cascading” in “cascading style sheets.” 😎Hope that helps
[/FONT]1 user says Thank You to TomC for this useful post
-
AuthorPosts
This topic contains 10 replies, has 2 voices, and was last updated by latino07 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum