Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #209163

    I’ve tried to change the font size of the accordion tab header by just inserting <h1 style=”text-align: center; font-weight: 300;”>ATTEND NOW</h1> into the toggle title section. However, the theme automatically adds a <br /> before and after, and what I get is this:
    screenshot

    I want the Attend Now header to appear in the toggle title, and the registration form within the toggle when opened.

    Also is there a way to remove the plus icon for just this accordion on my site?

    Thanks

    • This topic was modified 10 years, 10 months ago by erikkIsrael. Reason: img url
    #209315

    Hey erikkIsrael!

    Can you post the link to your website and point out the specific accordion element on it?

    Regards,
    Yigit

    #209679
    This reply has been marked as private.
    #209824

    Hey!

    You can change the title section of Accordion element by adding following code to Quick CSS in Enfold theme options under Styling tab

    .js_active .toggler { font-size: 16px; }

    Regards,
    Yigit

    #209838

    Thank you!

    #209840

    I just realized. This would change the style for every accordion, not just on the one I want to include on the homepage?

    #209859

    Hey!

    You can use following one to apply the code to accordion element only on the home page

    .home .js_active .toggler { font-size: 16px; }

    Best regards,
    Yigit

    #513940

    Hi, how can i center the toggler headline?

    Thanks

    #513946

    Hi!

    Please try adding following code to Quick CSS

    .toggler { text-align: center !important; }

    Best regards,
    Yigit

    #771976

    Hello,

    Thank you for your services. I am trying to do the same- almost. I would like to increase the font on all accordian titles. I have placed your shortcode with no avail. Can you see what I’m doing wrong?

    I also want to:
    – change the font color to black
    – replace the + to an icon with #429e64 color.
    -animate for the title and icon to “pop”
    -eliminate the delineation lines between items

    Thank you,

    Duncan

    #774001

    Hi,

    You had following in Quick CSS field

    <div class=”postauthor”>
    
    <?php echo get_avatar( get_the_author_id() , 80 ); ?>
    
    <h4>Autor des Artikels: <?php the_author(); ?></h4>
    
    <p><?php the_author_description(); ?></p>
    
    </div><!–end postauthor–>

    I removed it as only CSS code should be in Quick CSS field. Then i added following code

    .js_active .toggler {
        border: none;
    }

    Best regards,
    Yigit

    #774078

    Thank you so much!

    #774860

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

    #1202450

    Hi,

    I have another question regarding accordion.

    I want to make the toggle title a header (from H2 to H4), in order to improve headers for SEO.

    How can I do convert them?

    Including <h2> </h2> did not work.

    Thanks.

    #1202703

    Interested, I have the very same question.
    Can’t wait to hear from you ;)

    #1202878

    Hi Xiscoj,

    Please start a separate thread, describe your issue there and give us a link to your website there so that we both can see private content.


    @rvga
    please do the same.

    Best regards,
    Victoria

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Change Font Size of Accordion Tab Header’ is closed to new replies.