• Resolved cwemely

    (@cwemely)


    Hi,

    Love this plugin! Very simple!

    However, I am trying to style the trigger text title and have tried some of the methods in the documentation and this forum, but no joy.

    I want to keep the noarrow trigclass, but also style the trigger text to match the link style of the page. I added the styles below to the Custom Style section in the plugin settings, but it doesn’t take:

    .collapseomatic a {
    color: #957f97!important;
    text-decoration: none;
    }

    .collapseomatic a:hover {
    color: #578786!important;
    }

    .collapseomatic a:active {
    color: #578786!important;
    }

    Can I add more than one trigclass? Or combine the noarrow class with other styles? I also tried adding the above with .noarrow thinking that might add to the noarrow class, but that didn’t work.

    Thank you for your help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author twinpictures

    (@twinpictures)

    the triggers are not links by default, so you. would need to adjust your css.

    Can I add more than one trigclass?

    Yes like so:

    [expand title="trigger" trigclass="my_first_class my_second_class my_n-class"]target[/expand]
    
Viewing 1 replies (of 1 total)

The topic ‘Style for trigger text title’ is closed to new replies.