Support reply may delay for 3 weeks due to corona virus outbreak, please send us email to support@pickplugins.com
0
Olaf
May 17, 2016 11:25 PM 1 Answers General
Member Since May 2016
Subscribed
Subscribe
Not subscribe
Cancel subscribe
Flag(0)
hi,
I want to add a unique background image to each header. How can I get the ID's of each accordion item? I only see as ID some big numbers like "1463421255676". Is there a way to set the IDs of the items to 0, 1,2, ...?
Tags: 404, Accordion, Accordion tab, accordion widget, accordions, arhive page, background color, bread crumb, button, category, content, css, customising, Divi, error, excerpt, export, fail, filter, filtering, flip-x sizing, font awesome, formatting style excerpt, go back, goback, icon, images, import, Job Board Manager, job post, jQuery, Kleo, layout editor, licence, load more, looping, manually, masonry, member, mobile responsive, pagination, pagination background color, php error, post grid, posts per page, previous page, reset, responsive on mobile, return to members page, search, shortcode error, Sizing, skin, slider, ssl, tabs plugin, Team, Team plugin, theme compatibility, thumbnails, twenty sixteen, urgent, vertical tab, why no pad lock, woocommerce, woocommerce products slider
0 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum,
Sorry to say can’t set the id like 1,2,3
but you use css by “nth-child” like following bellow, i hope your issue solve same way you want.
for the first header
.accordions-head:nth-child(1) {
color: #f00 !important;
}
for the second header
.accordions-head:nth-child(2) {
color: #f00 !important;
}
and so on.
Let me know for more help
Regards
Replying as
Submit