-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 16, 2016 at 1:51 am #986697Hi
Go to /templates/ja_university/css/custom.css file and add below code.t3-header { background: #10151c!important; border-bottom: 1px solid #000000!important;} .navbar-default { background-color: #10151c!important; border-color: #1b212a!important; }
if there is no custom.css file , kindly create it and add the code .
Change the color codes with your color codes .Best Regards
November 16, 2016 at 6:27 am #986839This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 16, 2016 at 8:26 am #986868Hi
I am sorry i missed the bottom screenshot part .
For the footer kindly add below code in custom.css file and change the color code.t3-footer { background: #0b0b0b!important; border-top: 1px solid #181f28!important; }
For Home menu item you are using sidebar layout
http://prntscr.com/d7w6wx
this is reason its using half width of the screen .
Use no sidebar layout for the Homepage template style : http://prntscr.com/d7w7xmHope it helps .
November 16, 2016 at 9:25 am #986896This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 16, 2016 at 9:38 am #986902Hi
For news events , the module is under content mas module , that is under the component area .
As u can see in my screenshot the template style use the default layout , that is using the half width of the container and half for sidebar .
This is reason it using half width . If you will change the layout from template options to No sidebar , you will get full width .For the footer this is spotlight area .
Add below code in custom.css file to change the full bg color.t3-bot-sl { background: #0d1116!important; } .t3-navhelper { background: #0d1116!important; border-bottom: 1px solid #000000!important; border-top: 1px solid #181f28!important;}
This will fix all of the issue you mentioned .
November 16, 2016 at 10:00 am #986912This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 16, 2016 at 11:06 am #986931Hi
Home menu using template style : JA_University_t3 – Home
That use the two sidebar Mainbody . I go to file "/tpls/blocks/home.php
Find<div id="t3-content" class="t3-content col-xs-12 col-md-6">
replace it with
<div id="t3-content" class="t3-content col-xs-12 col-md-12">
now you can see the Module in full width : http://prntscr.com/d7xy3o
November 16, 2016 at 12:00 pm #986955This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 16, 2016 at 12:49 pm #986971Hi
Will you be so Kind to open a new thread for new topics.
It will also help others user to find the same topic .Best regards.
-
AuthorPosts
This topic contains 10 replies, has 2 voices, and was last updated by emaulidi 8 years ago.
The topic ‘template color changes and the news and events module parameter change’ is closed to new replies.