Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Baden

    (@baden03)

    To remove the arrows:
    [expand trigclass=”highlight noarrows” title=”HR START UP” tag=”strong”]

    To change the color:
    Overwrite the arrows in your theme’s css. If you simply replace the arrow images that came with the plugin, this will revert back when you update. The proper way is to simply add the following to your theme’s css:

    .collapseomatic {
    	background-image: url(your_down_arrow_image_here.png) !important;
    }
    .colomat-close {
    	background-image: url(iour_up_arrow_image_here.png) !important;
    }

    This has now been included in the documentation.

    Thread Starter kimroden

    (@kimroden)

    Many thanks Baden!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: jQuery Collapse-O-Matic] arrows moved when theme changed / changing arrow colors’ is closed to new replies.