[Support request] My new landing page

Home Forums Support [Support request] My new landing page

Home Forums Support My new landing page

Viewing 15 posts - 1 through 15 (of 57 total)
  • Author
    Posts
  • #668474
    Chris

    I struggle with the question of what the best color is on a white background. And of course the best font and size. Do you have an answer for me? It is for my new landing page: https://www.beurstrading.nl/informatie-trading-systeem/

    #668502
    David
    Staff
    Customer Support

    Hi there,

    it really is down to personal preference and design, but some ‘standards’ do exist.
    Generally do not use pure white #fff or black #000 – tone both down a touch just reduce high contrast. Font size for body: minimum 16px, a lot of people go for 18px.

    If you’re not into ‘designer type’ then golden ratio works well:

    https://pearsonified.com/typography/

    Just add the font size and container width – leave the CPL blank. On the output hover over the font and it will provide the Ratios for your headings etc.

    #668597
    Chris

    Thank you Dave! Do you have a suggestion for me for the white background color and the black text color?

    #668644
    David
    Staff
    Customer Support

    This site uses #1b212b for the black. The white i would just reduce it down to FAFAFA or if you want a cool grey then F6F7F8 is nice πŸ™‚

    #668645
    Chris

    Thanks David!

    #668697
    David
    Staff
    Customer Support

    You’re welcome πŸ™‚

    #669028
    Chris

    Hi David, I see something strange.
    The text of a page is slightly less black and thicker.
    All settings are the same.
    How is that possible?

    This is the page: https://www.beurstrading.nl/informatie-trading-systeem/

    And this is a normal page: https://www.beurstrading.nl

    #669136
    David
    Staff
    Customer Support

    Flush your Autoptimize cache and then let me know.

    #669137
    Chris

    Done!

    #669148
    David
    Staff
    Customer Support

    Can you flush them again and then switch off autoptimize so i can see where the stye os coming from. And maybe we can exclude it from optimization.

    #669150
    Chris

    Done! 😁

    #669157
    David
    Staff
    Customer Support

    You have a Tooltipster plugin (?) running on that page that is injecting font-aliasing to the head. Hence the change in appearance.

    #669159
    Chris

    David, I do not understand anything about this! Can I give you access to the website?

    #669175
    David
    Staff
    Customer Support

    One of the plugins, i think it is the Ninja Tables is adding font smoothing to that page. Put this CSS in your Additional CSS:

    html {
        -webkit-font-smoothing: subpixel-antialiased;
    }
    #669181
    Chris

    Oke, now I understand! (I think 😁) First I will remove the table to check!

Viewing 15 posts - 1 through 15 (of 57 total)
  • You must be logged in to reply to this topic.