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

    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!

    #480240

    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

    #480345

    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.

    #480397

    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

    #480406

    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.

    #480480

    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

    #480489

    Thanks Yigit, that fixed it! You can close this thread.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Fullwidth Button Font Size / Heading Style’ is closed to new replies.