Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #459480

    Hey
    How I can change the font size in a rider/tab element?
    Do you have a css code?
    Thanks,
    Beat

    #459495

    Hi Beat!

    Can you please post the link to your website and point out the element?

    Regards,
    Yigit

    #460274
    This reply has been marked as private.
    #460289

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .tab_inner_content {
      font-size: 14px;
    }
    .tab {
      font-size: 14px!important;
    }

    Cheers!
    Yigit

    #460458

    Hi Yigit
    Perfect. It works fine.
    I have another question to the same element. How can I adjust the line spacing?
    The line spacing is different to the line spacing in a text element in a normal page. The line spacing in a text element is h3.
    Thanks,
    Beat

    #461032

    Hey!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .tab_inner_content p {
    line-height:24px !important;
    }

    Adjust the value 24 to your liking.

    Best regards,
    Rikard

    #461178

    Hey!
    Many thanky. It works fine.
    Best regards,
    Beat

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change font size rider/tab element’ is closed to new replies.