3D FlipBook - Title Font Size

k***e@gmail.com
2022-10-13
2022-10-28

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!

Replies

a***r@3dflipbook.net
2022-10-28
2022-10-28

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;
}
Log In to leave a comment