-
AuthorPosts
-
tfosnom Friend
tfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
October 22, 2013 at 11:21 am #191611Hi All
I’m converting a ja university J2.5 wip to a newer magz 3.15 version and am struggling a bit with both the way the j3 backend and t3v3 works, so here I am asking for developers input.
I have tried using firebug to pinpoint the right files areas, but …. I cannot get a decent css file/line number read using firebug on a t3v3 template yet, never gives me much info so I’ve stopped trying.
Please view my J3.x wip here . What I am trying to do is colour the white bkg of the whole (width) of the T3-spotlight area where I have published the clients logo to a blue. Leaving the rest of the template white. I need this blue band to work site wide both as desktop and responsive.
For a comparison to the old Ja university wip, please look here to appreciate what I need to accomplish visually
Blessings Shannon
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
October 22, 2013 at 12:15 pm #509850<em>@swissa 394727 wrote:</em><blockquote>Unlike you to have a problem. Make the switch to Chrome – ๐
Quick look and I find template.css @ line 5982 – change the background to your colour
.top-header {
}
Hope that helps?!</blockquote>
Cheers worked a treat, don’t know why but I’m just not functioning well with coding these days. Chrome, had a bad experience with it once, severly altered some settings and added spyware, so I’ve been very cautious of adding it again. But as I’m not getting decent results with firebug maybe I’ll have to
again thanks for your helpBlessings Shannon
November 20, 2013 at 5:49 pm #512898can you tell me where to find the css file to modify the color on the ja university template top area its currently black i would like to change it to a different color or possibly an image
here is the site
thanks ‘Kyle Gswissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
November 20, 2013 at 7:53 pm #512907Black? Looks like blue to me!!
This file – ………/themes/blue/css/template.css
look for
#ja-header {background: #0c426f
border-bottom: 1px solid #09355a
}
and if you want to change the nav bar
#ja-mainnav {
background: #0c426f
border-top: 1px solid #1f537e
}
and if you want to change the background of the drop-down of the menรผ, you need ….ja_university/themes/blue/css/menu/mega.css @line 51
.ja-megamenu .childcontent-inner {
}
and either change the background to a colour you like or use an image.Help?
1 user says Thank You to swissa for this useful post
November 20, 2013 at 10:27 pm #512921Yes it’s blue now i changed it but i needed to no how to modify so thanks for the info , Also is their a way to change the color of the logo text and make it so it doesn’t have a rollover effect as it does now
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 21, 2013 at 9:55 am #512971Hi,
Hope that Swissa will explain how he modified the background color on your JA University site. On your logo text question, you can try to put below css style into the end of templates/ja_university/css/template.css file:
div.logo-text h1 > a:hover {
color: #666;
}With these codes, the color of logo will look the same when hovering. Remember to clear JAT3 cache after saving changes.
-
AuthorPosts
This topic contains 7 replies, has 4 voices, and was last updated by phong nam 10 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum