Firstly, thank you for creating such a superb theme.
Is there a way of adding to accordion to represent divisions of the business. I have tried adding in caption title but doesn’t appear.
Visual of what I am trying to recreate and link to test site in Private Content.
Many thanks
Richard
Hey idcdesign,
I did the first one for you.
I added this to quick css:
h3.aviaccordion-title img.customImage{
opacity: 1 !important;
height: 50px !important;
position: relative !important;
}
And I added this to the first caption title in the accordion area.
<img class=”customImage” src=”http://dmn.idcagency.co.uk/wp-content/uploads/2017/02/smallicon_vl.png”/> Vehicle<br>Logistics
All you have to do is copy this into the other titles and replace with the appropriate image src and title.
Best regards,
Jordan Shannon
Thanks for your help on this looks great. Is there a way off aligning content so icons are all top aligned?
Hi,
Please try this CSS as well:
.aviaccordion-preview-title {
display:block !important;
}
Best regards,
Rikard
Perfect, thank you Rikard