- Posts: 14116
- Thank you received: 1639
text moved
-
KLIPING2
- Topic Author
- Visitor
10 years 7 months ago #38980
by KLIPING2
Replied by KLIPING2 on topic text moved
where I disable tootip of my template?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
10 years 7 months ago #38985
by ivan.milic
Replied by ivan.milic on topic text moved
Add this to template_css.css:
.tooltip.fade.top{
display:none!important;
}
.tooltip.fade.top{
display:none!important;
}
Please Log in to join the conversation.
-
KLIPING2
- Topic Author
- Visitor
10 years 7 months ago #38988
by KLIPING2
Replied by KLIPING2 on topic text moved
no, all is the same...
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 7 months ago #38998
by ivan.milic
Replied by ivan.milic on topic text moved
You have this:
.tooltip.fade.top{
left:none!important;
}
instead of:
.tooltip.fade.top{
display:none!important;
}
also you have:
DIV.pagination{
...
}
DIV.pagination UL{
...
}
DIV.pagination UL LI{
...
}
DIV.pagination UL LI.pagination-start{
...
}
DIV.pagination UL LI.pagination-prev{
...
}
DIV.pagination UL LI.pagination-next{
...
}
DIV.pagination UL LI.pagination-end{
...
}
remove this 3 dots they break css, they are put to mark place where to insert properties.
.tooltip.fade.top{
left:none!important;
}
instead of:
.tooltip.fade.top{
display:none!important;
}
also you have:
DIV.pagination{
...
}
DIV.pagination UL{
...
}
DIV.pagination UL LI{
...
}
DIV.pagination UL LI.pagination-start{
...
}
DIV.pagination UL LI.pagination-prev{
...
}
DIV.pagination UL LI.pagination-next{
...
}
DIV.pagination UL LI.pagination-end{
...
}
remove this 3 dots they break css, they are put to mark place where to insert properties.
Please Log in to join the conversation.
-
KLIPING2
- Topic Author
- Visitor
10 years 7 months ago #39006
by KLIPING2
Replied by KLIPING2 on topic text moved
I put
.tooltip.fade.top{
display:none!important;
}
but, all is the same...
.tooltip.fade.top{
display:none!important;
}
but, all is the same...
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 7 months ago #39014
by ivan.milic
Replied by ivan.milic on topic text moved
you miss a first dot:
Code:
.tooltip.fade.top{
display:none!important;
}
Please Log in to join the conversation.
Time to create page: 0.142 seconds