New Landing How can we help? Themeforest Theme Support Joyn Accordion virtual composer > style css + css icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Joyn
  • #248419
    mengeco
    Member
    Post count: 558

    Hello,

    How change css of accordion virtual composer :

    background + color + color arrow)
    > a
    > a:hover (preserving the original animation: no abrupt hover)

    Best Regards

    #249061
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    These class will, please updated the color references:

    .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
        background-color: red;
    }
    
    .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
        color: blue;
    }
    
    /* Hover Styles */
    
    .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover, .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
        background-color: blue;
    }
    
    .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a:hover {
        color: green;
    }

    Thanks

    #249114
    mengeco
    Member
    Post count: 558

    Great ! Thanks David 😉

    #249193
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to David.
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register