- Posts: 14116
- Thank you received: 1639
Remove ToolTips from User Registration
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 4 months ago #31969
by ivan.milic
Replied by ivan.milic on topic Remove ToolTips from User Registration
Will its hard to catch because it is destroyed when you hover out.
Please Log in to join the conversation.
-
Elyes
Inactive member - New Member
Less
More
- Posts: 3
- Thank you received: 0
10 years 11 months ago #36953
by Elyes
Replied by Elyes on topic Remove ToolTips from User Registration
Hi there, I am having a similar issue.
Which layout.css did you modify and where in layout.css did you add
.tooltip{
position:fixed;
visibility:hidden;
}
I don't know how to fiddle with css files that much.
Thanks a lot
/EB
Which layout.css did you modify and where in layout.css did you add
.tooltip{
position:fixed;
visibility:hidden;
}
I don't know how to fiddle with css files that much.
Thanks a lot
/EB
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #36967
by ivan.milic
Replied by ivan.milic on topic Remove ToolTips from User Registration
If you use FTP It is:
templates\hot_flashes\css\layout.css
that file is accessible for editing also from joomla internal template editor
templates\hot_flashes\css\layout.css
that file is accessible for editing also from joomla internal template editor
Please Log in to join the conversation.
-
Elyes
Inactive member - New Member
Less
More
- Posts: 3
- Thank you received: 0
10 years 11 months ago #36992
by Elyes
Replied by Elyes on topic Remove ToolTips from User Registration
Thanks Ivan for your reply.
However, I am using hot_academy
And there is no
templates\hot_academy\css\layout.css
I found
templates\hot_academy\css\joomla.css
I added
.tooltip{
position:fixed;
visibility:hidden;
}
in it, but that didn't do the trick.
Is there a particular line in the file where that code should be or anywhere in the file should do it ?
Thanks for your help.
/EB
However, I am using hot_academy
And there is no
templates\hot_academy\css\layout.css
I found
templates\hot_academy\css\joomla.css
I added
.tooltip{
position:fixed;
visibility:hidden;
}
in it, but that didn't do the trick.
Is there a particular line in the file where that code should be or anywhere in the file should do it ?
Thanks for your help.
/EB
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #37003
by ivan.milic
Replied by ivan.milic on topic Remove ToolTips from User Registration
Try
.tooltip{
display:none!important;
}
.tooltip{
display:none!important;
}
Please Log in to join the conversation.
-
Elyes
Inactive member - New Member
Less
More
- Posts: 3
- Thank you received: 0
10 years 11 months ago #37007
by Elyes
Replied by Elyes on topic Remove ToolTips from User Registration
Hi Ivan,
Thanks again for the last answer.
I tried it, but it didn't change anything.
Is there any place in particular where that should be put in the file or can it be just appended at the end of the file ?
For information, I tried another template from a competitor and the problem doesn't appear with or without the changes in the css file.
I hope a solution is found for this template as I really like it.
Thanks again for your help
/EB
Thanks again for the last answer.
I tried it, but it didn't change anything.
Is there any place in particular where that should be put in the file or can it be just appended at the end of the file ?
For information, I tried another template from a competitor and the problem doesn't appear with or without the changes in the css file.
I hope a solution is found for this template as I really like it.
Thanks again for your help
/EB
Please Log in to join the conversation.
Time to create page: 0.112 seconds