Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • slepoy Friend
    #189719

    Hello.
    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.


    1. tooltip-override
    phong nam Friend
    #502298

    Hi 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.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  phong nam 10 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum