Hi, thank you for this great plugin. My 3D flipbook page has the site title and tagline in massive size. I can see is using an H1 font size. Where can I change this? Thanks!
Hi, plugin uses H3
<div class="_3d-flip-book"> <div class="book-heading"> <h3>Book Title</h3> </div> </div>
you can add in your style sheet:
._3d-flip-book .book-heading h3 { font-size: 20px; }
Hi, plugin uses H3
you can add in your style sheet: