Can you provide me some quick css so I can change the font size of the fullwidth button on this page? I want to make it heading style H2. Thanks in advance!
Hey djshortkut!
Please add following code to Quick CSS and adjust as needed
.page-id-56 #are-you-ready-for-an-unforgettable-experience .avia_iconbox_title {
font-size: 21px;
}
Regards,
Yigit
Thanks Yigit! I entered the code but it does not work. I adjusted the font size value larger and it still does not adjust the font size.
Hey!
Can you please try adding !important rule
.page-id-56 #are-you-ready-for-an-unforgettable-experience .avia_iconbox_title {
font-size: 24px !important;
}
Regards,
Yigit
Hey Yigit, I just tried adding the code with the important rule and it still doesn’t change the size of the text. Not sure why. If you need login credentials to take a closer look, here you go.
Hey!
You had one unclosed media query in your custom CSS code. I closed it and now code is working fine. Please review your website
Best regards,
Yigit
Thanks Yigit, that fixed it! You can close this thread.