-
AuthorPosts
-
anthonyberot Friend
anthonyberot
- Join date:
- February 2012
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
February 21, 2012 at 2:34 am #174105Template JA-Nex
Site http://contrastnewspaper.burroket.com
I need help with the following
1. change the colour of block; ja-topmenu.wrap
2. change the clolour of block; dv.main clearfix and shift the date to the right so that it is not on the edge of the block
3. change the size of the graphic at the bottom of the block ja.megamenu clearfix so that it will be in the center only or remove it if it will not mess up the page.
Optimize CSS is set to NO
Thank you in advance.TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 21, 2012 at 3:30 am #439168<em>@anthonyberot 301723 wrote:</em><blockquote>Template JA-Nex
Site http://contrastnewspaper.burroket.com
I need help with the following
1. change the colour of block; ja-topmenu.wrap</blockquote>Open templates/ja_nex/css/template.css
at line 685
/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
background: url(../images/mainnav-bg.gif) repeat-x left bottom #EEEEEE;
padding-bottom: 6px;
}The background image is just that, an image (as you can see above). You can change/modify it as needed.
<em>@anthonyberot 3017232 wrote:</em><blockquote>. change the clolour of block; dv.main clearfix and shift the date to the right so that it is not on the edge of the block</blockquote>
at line 607 . . .
#ja-topmenu {
background: #222;
border-bottom: solid 1px #EEE;
color: #999;
padding: 5px 0;
}
change the background color to whatever you want.
to move the date to the right – look to line 614 . . .
p.ja-day {
display: inline-block;
float: left;
margin-top: 4px;}
add a “margin-left” property to move the date to the right … for example . . .
p.ja-day {
display: inline-block;
float: left;
margin-top: 4px;
margin-left: 10px;
}
<em>@anthonyberot 3017232 wrote:</em><blockquote>3. change the size of the graphic at the bottom of the block ja.megamenu clearfix so that it will be in the center only or remove it if it will not mess up the page.</blockquote>
I’m not entirely certain which image you are referring to – can you clarify?1 user says Thank You to TomC for this useful post
anthonyberot Friendanthonyberot
- Join date:
- February 2012
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
February 21, 2012 at 4:43 am #439179Item 3 was addressed in line 685
I simply comment out the block of code as below.
/*
#ja-mainnav {
background: url(../images/mainnav-bg.gif) repeat-x left bottom #EEEEEE;
padding-bottom: 6px;
}
*/
This removed the graphic from displayingItem 2 is solved.
If you look at the site there is a red banner on top that is across the page this composed of Ja-topmenu.wrap; left, Ja-main clearfix; center and ja-topmenu.wrap; right
when i changed ja-main clearfix, the whole line changes to the colour i add.anthonyberot Friendanthonyberot
- Join date:
- February 2012
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
February 21, 2012 at 2:08 pm #439279Another challenge:
I will like to place banner advertising in the header of Template JA-Nex, I could do it by adding it to the logo graphic but I will prefer if it can be a separate module position I can use on the right of the header, is this possible?
Also when i type http://contrastnewspaper.burroket.com/index.pho?tp=1 there are more module positions than what is listed when adding one from the module manager how can I get all listed?TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 21, 2012 at 4:46 pm #439299<em>@anthonyberot 301861 wrote:</em><blockquote>Another challenge:
I will like to place banner advertising in the header of Template JA-Nex, I could do it by adding it to the logo graphic but I will prefer if it can be a separate module position I can use on the right of the header, is this possible?
Also when i type http://contrastnewspaper.burroket.com/index.pho?tp=1 there are more module positions than what is listed when adding one from the module manager how can I get all listed?</blockquote>
Perhaps the following information may assist you in this regard –> New Module Position in JA NEX -
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by TomC 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum