unwanted arrows
-
if you look at this page, https://ebps.org.uk/test-recurring-payment/
you can see I have added custom “arrows” according (I hope) to your instructions
This is the code I put into style.css of my child theme:/* =Collapsomatic custom arrows (26/02/2019) starts here----------------------------------------------------------- */ .collapseomatic { background-image: url(plus.png) !important; } .colomat-close { background-image: url(minus.png) !important; } /* =Collapsomatic custom arrows (26/02/2019) ends here----------------------------------------------------------- */
However on this page: https://ebps.org.uk/publications/the-fern-gazette/
You can also see the arrows although I have coded:
<div class="gazette-expander">[expand title="Fern Gazette Volume 20" trigclass="noarrow" rel="V20" id="V20" startwrap="<strong>" endwrap="</strong>" tartag="normal"]
These arrows have only now appeared since I added my custom arrows
Can you help me get rid of them for this page but keep them for the other page?
Is it possible to use font-awsome icons for the arrows?
They have some nice graphicsThe page I need help with: [log in to see the link]
- The topic ‘unwanted arrows’ is closed to new replies.