Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    Can you share me your accordion page url?

    Thanks

    Thread Starter baselearning

    (@baselearning)

    Plugin Author wpshopmart

    (@wpshopmart)

    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

    Thread Starter baselearning

    (@baselearning)

    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!

    Plugin Author wpshopmart

    (@wpshopmart)

    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

    Thread Starter baselearning

    (@baselearning)

    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

    Plugin Author wpshopmart

    (@wpshopmart)

    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

    Thread Starter baselearning

    (@baselearning)

    yes thank you very much!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Times New Roman’ is closed to new replies.