• Resolved shaunrobertsky

    (@shaunrobertsky)


    I am trying to change the font size of the big title section. It is entirely too large for my purpose. I cannot find anything in the CSS. Help!

    Thanks,

    Shaun

Viewing 5 replies - 1 through 5 (of 5 total)
  • Go to your theme folder then click on Zerif-lite. You should see style.css file on the roof folder. Open and go straight to line 1571:

    .intro-text {}

    Then you can change its font size to your desired one.

    But I recommend you to use child theme since it will not impact on the original file :). Hope this helps

    Hi,

    You can add the following CSS to your WordPress, using Simple Custom CSS plugin, to do this:

    .intro-text {
        font-size: 30px !important;
    }

    The default size is 55px, so the 30px should look good. ??

    Regards,
    Hardeep

    Thread Starter shaunrobertsky

    (@shaunrobertsky)

    Thanks so much, all! This has been incredible helpful. Now, if I could just learn how to remove the buttons and replace with a text input box…

    For that, you will have to edit the big_title.php file, using a child theme.

    Please consider leaving a review if you like the theme. ??

    Regards,
    Hardeep

    Can you use a similar code to change the Big Title color? If so, what is it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing font size of Big Title Section’ is closed to new replies.