-
AuthorPosts
-
becino Friend
becino
- Join date:
- October 2014
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
October 13, 2014 at 9:52 pm #202038hi there how can i hide the menu text …..
i want to show the text only when the user place the mouse over the menu….
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 14, 2014 at 1:33 am #552805<em>@becino 449870 wrote:</em><blockquote>hi there how can i hide the menu text …..
i want to show the text only when the user place the mouse over the menu….</blockquote>
Hi there,
you can apply css opacity: 0 for normal and :hover {opacity:100}.Thank you,
Viet Vubecino Friendbecino
- Join date:
- October 2014
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
October 15, 2014 at 1:02 am #552979hi there jooservices 🙂
where can i do this ?? …. can you explain a little bit where can i find the files to modify that?
i know in a css files, but where is the specific file with that information?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 15, 2014 at 1:19 am #552983Hi there, good morning.
Yes, actually i want to give you detail code but i’m not really know which element you want to do 🙂
Please provide screenshot with note about issue.Thank you,
Viet Vubecino Friendbecino
- Join date:
- October 2014
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
October 15, 2014 at 2:07 am #552990<em>@jooservices 450106 wrote:</em><blockquote>Hi there, good morning.
Yes, actually i want to give you detail code but i’m not really know which element you want to do 🙂
Please provide screenshot with note about issue.Thank you,
Viet Vu</blockquote>this is the photo.. and what i talking about 🙂
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 15, 2014 at 2:49 am #552999Hi there,
In this screenshot you see that we can use exists css code just only need to change opacity from 1 to 0 to hide active menu
https://www.dropbox.com/s/k2a143nqs6sarih/2014-10-15_9-46-30.png?dl=0
And for hover we can apply same css but with :hover and opacity value 1
Reference:
http://www.w3schools.com/cssref/sel_hover.asp
You can apply you css into custom.css
http://t3-framework.org/documentation/customization.html
Or you can use jQuery
http://stackoverflow.com/questions/5404775/jquery-show-hide-when-hover
Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
becino Friendbecino
- Join date:
- October 2014
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
October 18, 2014 at 5:47 pm #553454ehh hey bro thanks a lot for the information 🙂
i solved the proble reading the information …..
i modify this file “/templates/ja_smashboard/css/template.css” in line 1364 to 1374
.t3-mainnav .navbar .nav > .hightlight.active > a > span {
display: inline-block;
font-size: 4em;
padding-left: 0.5em;
line-height: 1.25em;
margin-left: -4px;
/*Modificacion KUFF*/
/*opacity: 1;*/
opacity: 0;
filter: alpha(opacity=100);
}the opacity to 0, but what happend if i dont modify the next option…
filter: alpha(opacity=100); ??i try in IE and firefox and works fine… the menu title dont show only when i put my mouse on the menu 🙂
thanks
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
becino Friendbecino
- Join date:
- October 2014
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
October 20, 2014 at 3:52 pm #553633Exelent !!! thanks a lot … thats all for now!!!
have a nice day bro …… 😀
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by becino 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Hide the text of menu categories
Viewing 9 posts - 1 through 9 (of 9 total)