New Landing How can we help? Themeforest Theme Support Dante Extraclasses inside modals

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #97600
    tonidomi
    Member
    Post count: 10

    Hi there,

    I would like to know if it’s possible to apply extraclasses to the content inside a modal.

    That’s the webpage:

    http://www.divertalia.cat/new/serveis/

    I’m trying to change the color of the check icons in the modal that pops up when you click the button inside the first icon box. It seems I can’t reach them through an extraclass in the icon box extraclass parameter, and it seems there’s no extraclass parameter available for modals.

    Can you help me out, please?

    thanks!

    #97618
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code bellow to the custom css options.

    
    #modal-1 .ss-check{
    color:#59C56A!important;
    }
    
    

    Let us know if it worked.

    -Rui

    #97781
    tonidomi
    Member
    Post count: 10

    Hey Rui,

    It worked like a charm, thanks!

    Would it be a way to apply thatcode to all .ss-checks in all modals I create? So I don’t have to repeat the same code 12 times…

    I guess you can only reach modals through custom css, not extraclasses, right?

    thanks!

    #97824
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom code:-

    .modal .ss-check{
    color:#59C56A!important;
    }

    Thanks 🙂
    With Best Regards
    Swift Ideas

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