-
AuthorPosts
-
slepoy Friend
slepoy
- Join date:
- January 2013
- Posts:
- 103
- Downloads:
- 10
- Uploads:
- 67
- Thanks:
- 19
- Thanked:
- 7 times in 5 posts
August 14, 2013 at 7:04 am #189719Hello.
Seems there is some CSS override with ToolTip of Joomla template and some components here:
http://crimson-land.ru/community/polls.html
http://crimson-land.ru/blogi/articles.html
Ja Elastica’s tooltip add some border and background to tooltips of other components (override?).It is pretty difficult to debug tooltip as it will go away as soon I move away the mouse pointer:((
Can You tell me the CSS class please?Thanks.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
August 15, 2013 at 7:22 am #502298Hi slepoy,
In order to change the background and border of the tooltips in the tags on your website, you can put below lines into the end of templates/ja_elastica/css/template.css file:
#cj-wrapper .tooltip.top {
background: white;
border: 1px solid #000;
}Change to your desired elements.
For the tooltip class on the “edit” button, you can add below codes into template.css file too:
.tip-wrap {
background: #ffffcc;
border: 1px solid #e2e2b5;
}Change to your elelments too. Then clear JAT3 cache to make your changes to be effective.
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by phong nam 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Ja Elastica template Tooltip CSS conflict
Viewing 2 posts - 1 through 2 (of 2 total)