Hey
How I can change the font size in a rider/tab element?
Do you have a css code?
Thanks,
Beat
Hi Beat!
Can you please post the link to your website and point out the element?
Regards,
Yigit
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
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
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
Hey!
Many thanky. It works fine.
Best regards,
Beat