-
AuthorPosts
-
April 10, 2013 at 6:19 pm #186647
I’m looking for the location of the css file to change the font color from white to black, for Mendozite – the top word “Menu” and the active link “home” are in white, on a white background (hence, hard to see), I would like to change to black.
If someone can please let me know where the file location is, and the div name, that would be great.
Thanks so much,
Tracy.phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
April 12, 2013 at 4:47 am #489626Hi tracy3255 ,
Your issue is related to the mainnav style of our JA Mendozite template on Iphone view. Open pluginssystemjat3jat3base-themesdefaultcssiphonetemplate.css on your server, then find:
– The top word “Menu”
/* General Buttons Style ---*/
a.button {
display: block;
color:#fff; /*Add your desired color for "Menu" button*/
text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
text-decoration: none;
background-image: -webkit-gradient(linear, left top, left bottom,from(#8da2bf), color-stop(0.5, #5877a2), color-stop(0.5, #496b99), to(#476999));
border: 1px solid #354f72;
font-size: 12px;
font-weight: bold;
height: 30px;
line-height: 30px;
padding: 0 9px;
-webkit-border-radius: 6px;
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);
max-width: 60px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
– The active link “home” are in white, on a white background (hence, hard to see)
Indeed, when you visitors click on menu items, the browser will move to menu item’s page & physically hide the menu selection (They need to click Menu word again). But below codes can help you for coloring menu items on Iphone.#ja-toolbar-main ul.toolbox li a {
display: block;
font-weight: bold;
padding: 9px 0 9px 20px !important;
text-decoration: none;
color: #000; /*Add your color text here*/
}Regards.
—
Leo1 user says Thank You to phong nam for this useful post
April 12, 2013 at 7:07 pm #489707Thank you Leo, for your help on this.
I changed the items you suggested but unfortunately it was the top button that changed in color, so I opted to change the background instead from white to a grey-blue instead. But I have come across a different problem now – if you look at the bottom area on this same screen, below the “menu nav”, it is a dark grey, almost black, covering the entire lower portion of the iphone screen – I am not sure how to correct this?
Thanks so much for your help.
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by phong nam 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum