• Resolved gweishar

    (@gweishar)


    Hello,

    I would like to know if it’s possible to change the size of the Accordions.
    Right now I think they look to big.
    In other of your plugins it’s possible to change the font size.
    Also, changing the font_size_header dosent change the size of the category name that appears.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello @gweishar,

    You can use this parameter for changing accordion title font size e.g:-
    heading_font_size="20"

    Note:-Please do not copy and paste the shortcode write manually it cause the quotes issue

    Right now changing category name font size functionality is not available

    Thanks

    Thread Starter gweishar

    (@gweishar)

    Thanks for your reply.
    So I wrote the following shortcode in the text view:

    [accordion category="73" heading_font_size="10"]

    As you can see in the page (I just updated), nothing has changed.

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Please go to plugins -> wp-accordion-with-categories -> shortcode -> shortcode.php line no 113

    Find

    if ( !empty($background_color) || !empty($border_color) || !empty($font_color) )

    and replace it with this line

    if ( !empty($background_color) || !empty($border_color) || !empty($font_color) || !empty($heading_font_size) )

    Thanks

    Thread Starter gweishar

    (@gweishar)

    Thank you so much, this solved the issue!

    Cheers,

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello @gweishar,

    If you like our Plugin Please Give You important Rate and Review Here…

    Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change the size of the accordions’ is closed to new replies.