Hi, I would like to increase the sub-heading text font for my website, as well as the logo size. Please may I have a custom css for that.
M
Millton
Original poster
Member
Hi, I would like to increase the sub-heading text font for my website, as well as the logo size. Please may I have a custom css for that.
Hi Millton,
Use this CSS for subheading
.slide-bg-section p {
font-size: 50px;
}
and use this CSS for logo
header .custom-logo-link img {
height: 160px;
}
Copy and paste it in Appearance -> Customize -> Additonal CSS
Note: You can increase or decrease the number according to your needs.
Best Regards
Thank you so much guys this really helped