• Resolved melza0

    (@melza0)


    Hi there could you provide the custom css to increase

    the title font size
    the paragraph font size
    The email intro font size
    social links intro font size
    and email confirmation font size

    At the moment they are all barely legible

    • This topic was modified 7 years ago by melza0. Reason: just to clarify

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    First of all, many thanks for downloading my plugin. ??

    As for the text elements font sizes, I have scoped out your website and it seems that you have managed to adjust the size of the fonts using additional CSS.

    Anyway, if that’s not the case, you could just navigate to Nifty Options -> General Settings -> Additional CSS. You can add this CSS inside:

    .nifty-title {
         font-size: 3.2em !important;
    }
    
    .nifty-coming-soon-message {
         font-size: 4.2em !important;
    }
    
    #days, #hours, #minutes, #seconds {
         font-size: 4em !important;
    }
    
    .nifty-inform {
         font-size: 1em !important;
    }
    

    Then just adjust the size of the desired elements in em’s and save chagnes. The 1em should be arround 10px. You can also use pixels as well.

    I hope this aw helpful.

    Please also note that the option for adjusting the font size will be introduced in the upcoming plugin updates.

    And… If you like my plugin, don’t forget to rate it with 5 star, it will fuel up the plugin updates and features for sure. ??

    Regards.

    Hi there could you provide the custom css to increase spacing between

    ? the title (increase space from top to start of title, that is, move the title
    down a bit)
    ? the coming soon message

    And the custom css to change the colour of
    ? the title font size
    ? the coming soon message

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘increase font size’ is closed to new replies.