-
AuthorPosts
-
July 2, 2008 at 9:49 pm #130411
How i can change the colors of MENU MEGAZINE?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 3, 2008 at 3:44 am #257732Hi chantre !
What menu type do you use ? It’s best if you send url of your site.July 7, 2008 at 4:28 pm #258376cgc0202 Friendcgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
July 7, 2008 at 7:04 pm #258402<em>@chantre 63975 wrote:</em><blockquote>How i can change the colors of MENU MEGAZINE?</blockquote>
Hi chantre.
Color of the background or the text?
The generic way of finding the css specification is to do a “Page Source”, then look at the “<div class=””> or “<div id=””> surrounding the Section names (text), as well as the backgound, each <div will have a class or ID name go to the Teline css using FTP
templates => ja_teline _ii => css =>
my guess is that the appropriate CSS file would be template.css but I am not sure of this, there are a number of CSS files there. There are some in the modules also.. I have not done any changes in the Magazine menu (front end) myself, as far as the CSS specifications or what CSS file are concerned
search for the CSS specification. There would be several css specifications with similar names
the one for the link would obvious wrap the names in the Magazine menu, and usually would have an “a” after, e.g.,
.classname a
div.classname a
the one for each block would be an outer wrap for the links.
Cornelio
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 8, 2008 at 1:55 am #258472Hi chantre !
You can change color of top menu following way below :
Open ja.moomenu.css file in templates/ja_teline_ii/ja_menus/ja_moomenu folder , find following code section at about line 30 :
#ja-cssmenu li {
background:transparent none repeat scroll 0% 0%;
border-right:1px solid #CCCCCC;
cursor:pointer;
display:block;
float:left;
margin:0pt;
padding:0pt;
}
change to :
#ja-cssmenu li {
background:#CCCCCC;
border-right:1px solid #CCCCCC;
cursor:pointer;
display:block;
float:left;
margin:0pt;
padding:0pt;
}
#CCCCCC is a sample color , you can change it by other color.
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Sherlock 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum