-
AuthorPosts
-
glenng Friend
glenng
- Join date:
- February 2012
- Posts:
- 256
- Downloads:
- 24
- Uploads:
- 64
- Thanks:
- 45
- Thanked:
- 7 times in 1 posts
December 10, 2012 at 3:26 pm #182990I use the light version. When mouse over link it turns white, not visible. How can I change its colour?
blunoa Friendblunoa
- Join date:
- June 2007
- Posts:
- 11
- Downloads:
- 7
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 8 times in 4 posts
December 10, 2012 at 9:57 pm #475758at templates/ja_mero/css/themes/light/template.css
change at line 939 color: #fff
in color: #000
from this.ja-mainnav .navbar .nav > li > a:focus,
.ja-mainnav .navbar .nav > li > a:hover {
background: transparent;
color: #fff;
text-shadow: none;
}to this
.ja-mainnav .navbar .nav > li > a:focus,
.ja-mainnav .navbar .nav > li > a:hover {
background: transparent;
color: #000;
text-shadow: none;
}blunoa Friendblunoa
- Join date:
- June 2007
- Posts:
- 11
- Downloads:
- 7
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 8 times in 4 posts
December 10, 2012 at 10:46 pm #475759change also at line 628
templates/ja_mero/css/themes/light/template.min.css
.ja-mainnav .navbar .nav>li>a:hover{background:transparent;color:#fff;text-shadow:none}.ja-mainnav .navbar .nav > .active > a,
in
.ja-mainnav .navbar .nav>li>a:hover{background:transparent;color:#000;text-shadow:none}.ja-mainnav .navbar .nav > .active > a,NB color:#000 is black color but you can change in any color that you like
2 users say Thank You to blunoa for this useful post
glenng Friendglenng
- Join date:
- February 2012
- Posts:
- 256
- Downloads:
- 24
- Uploads:
- 64
- Thanks:
- 45
- Thanked:
- 7 times in 1 posts
December 10, 2012 at 11:06 pm #475763Thanks a lot!!
1 user says Thank You to glenng for this useful post
ryan kishan Friendryan kishan
- Join date:
- November 2012
- Posts:
- 13
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
December 12, 2012 at 12:30 am #475906<em>@blunoa 349986 wrote:</em><blockquote>at templates/ja_mero/css/themes/light/template.css
change at line 939 color: #fff
in color: #000
from this.ja-mainnav .navbar .nav > li > a:focus,
.ja-mainnav .navbar .nav > li > a:hover {
background: transparent;
color: #fff
text-shadow: none;
}to this
.ja-mainnav .navbar .nav > li > a:focus,
.ja-mainnav .navbar .nav > li > a:hover {
background: transparent;
color: #000
text-shadow: none;
}
</blockquote>I don’t know why but I cannot change it using the above suggestions. Its same with the logo size too (editing both the template.css and template.min.css files)…my developer mode is disabled so I am not using LESS and changing the CSS files doesn’t work. I am using Joomla 3.0.
ryan kishan Friendryan kishan
- Join date:
- November 2012
- Posts:
- 13
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
December 12, 2012 at 1:15 am #475908OK so I got it, I installed the Joomla 2.5 version of JA Mero and its working. Seems like Joomla 3.0 version of this template has bugs.
ryan kishan Friendryan kishan
- Join date:
- November 2012
- Posts:
- 13
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
December 12, 2012 at 2:44 am #475917<em>@ryan kishan 350193 wrote:</em><blockquote>OK so I got it, I installed the Joomla 2.5 version of JA Mero and its working. Seems like Joomla 3.0 version of this template has bugs.</blockquote>
Sorry for my last post!!!
I was again testing in Joomla 2.5 version of Mero on my local host and I used ThemeMagic to create a new style for me ( I just changed the background to white and saved it as 1). This made a new folder with name 1
templatesja_merocssthemes1
. Now if we modify the template.css file inside the Joomla, we will still be modifying thetemplatesja_merocsstemplate.css
file. But since my new theme is 1, modifying thetemplatesja_merocssthemes1template.css
externally using any editor gives the desired result. This is convenient on local host but what about a live website? This is my first try with Joomla so I am confused if every time I need to modify the new template.css file, I would have to edit it on my system and then upload it totemplatesja_merocssthemes1
for a live website??Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
December 14, 2012 at 3:26 am #476218Hi,
For JA T3v3 Framework you should consider using LESS instead of CSS.
You you want to custom your template using JAT3V3, please add CSS change to custom.css file instead of modifying other css file. If you change in other css files, it will be overwritten once you re-compile LESS to CSS
You can change LESS file and build a new theme.
Regards
1 user says Thank You to Wall Crasher for this useful post
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by Wall Crasher 11 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change menu link color
Viewing 8 posts - 1 through 8 (of 8 total)