Can you share me your accordion page url?
Thanks
There your theme link color is applied on accordion title.
use this css in your custom css field –
#wpsm_accordion_360 .wpsm_panel-title a{
color : #f8a501 !important;
}
Try this and then let me know.
Thanks
thank you! the color works now.
Is there a way where i could do this universally for all my accordions, or do I have to do it individually for every one?
Thank you!
Tomorrow i will update plugin with accordion title color code.
So then you will no need to repeat it for every accordion.
Rate us if you like this plugin.
Thanks
Hello again,
sorry if I ask a little obvious questions, but i can’t get any further here.
i have the following css code, but the accordion just doesn’t respond to it:
#wpsm_accordion_698.wpsm_panel-body { font-family: inherit !important; line-height: 1.4em; }
#wpsm_accordion_698.ac_title_class { font-family: inherit !important; font-size: 1em; };
url: http://www.base-learning.com/ifss/lean/?lang=de
Do you think it has anything to do with the multi language plugin?
I changed the shortcodes, everything, but it won’t respong
Your css syntax is in wrong format. Try this css –
#wpsm_accordion_698 .wpsm_panel-title a {
font-family: inherit !important;
font-size: 1em !important ;
}
#wpsm_accordion_698 .wpsm_panel-body {
font-family: inherit !important;
line-height: 1.4em !important;
}
try it and then let me know.
Thanks