-
AuthorPosts
-
shafee_howard Friend
shafee_howard
- Join date:
- March 2012
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
July 2, 2012 at 12:51 am #178705I can’t find the CSS declaration(s) to change the color or font of the Module Title (the word “Concentrations” in the attached screen shot), need a hint please
Site is at http://dev.ruhaniat.org/
Thanks — Howard Ballinger
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 2, 2012 at 1:39 am #459451Go to this file:/templates/ja_purity_ii/css/template.css
Add this code
#ja-topsl h3 span { font-family:Arial; font-size:20px;color:#FF0000; }
Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
shafee_howard Friendshafee_howard
- Join date:
- March 2012
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
July 2, 2012 at 1:34 pm #459561Perfect, thank you! One other thing, I’d like to increase the padding-left, or is it margin-left, of this menu. The menu, as you will see, is in a module which is in the user-1 block. http://dev.ruhaniat.org/
It’s too close to the edge of the black for my liking — HB
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 2, 2012 at 3:34 pm #459576Both will be good
#ja-topsl h3 span {
color: orange;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 16px;
padding-left: 10px;}
or
#ja-topsl h3 span {
color: orange;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 16px;
margin-left: 10px;}
Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
shafee_howard Friendshafee_howard
- Join date:
- March 2012
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
July 2, 2012 at 6:13 pm #459609I guess I didn’t make my request clear enough. This does add padding to the menu title, but I was hoping to move the whole menu over. Is there a way to do that? Thanks — HB
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 3, 2012 at 2:47 am #459639sorry i don’t understand…. do you want to move the whole back block up?
if so do the following
Go to this file: /templates/ja_purity_ii/css/template.css
Replace this css
#ja-topsl .main { padding: 15px 0; background: #1D1D1D }with
#ja-topsl .main { padding: 5px 0; background: #1D1D1D }Note: If you Find my Post useful please click on the Thanks Icon
shafee_howard Friendshafee_howard
- Join date:
- March 2012
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
July 3, 2012 at 2:07 pm #459744Actually not up, but to the right.
The menu is too close to the left side of the block. I want to increase the distance between the two red lines I’ve drawn on this screen shot. That is, move the whole menu about 20 px to the right.
Hope that helps clarify, and thanks. Your tips have been incredibly helpful! — HB
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 3, 2012 at 2:57 pm #459748Add this code to : /templates/ja_purity_ii/css/template.css
.moduletableconcentrations ul {
padding-left: 10px !important;
}
Note: If you Find my Post useful please click on the Thanks Icon
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by chavan 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum