The new interface for blogger users come this year 2020, old methed was blogger theme customization on add CSS code option closed, custom add css old interface design on google blogger stoped, it's not now have option to add css from theme customization on blogspot blog.
Google blogspot comes to now new interface layout and update new features for blogger blog user, If you want to add custom css for new layout interface in Blogger (blog), you need to now add custom css style for using blogger dashbord on layout option select add HTML gadget on footer section.
It's very simple trick for add custom css code on update blogger layout for change desktop and mobile layout design of blog web page and blogger posts, you can do esily change all tags - font-size, theme color, theme layout and anything do changed using Add a Gadget take to HTML/JavaScript with using on style tags on HTML gadget.
This is unique methed great working now, you can do change blog new interface layout design using custom css for mobile and desktop view. if you want to responsive design for mobile, you can use media query style css code for responsive layout on HTML gadget.

Blogger New Interface Layout For Add Custom CSS Style

How_to_add_custom_CSS_in_update_blogger_interface?

How to Add Custom CSS in Update Blogger Interface

The solution steps given for update blogger layout on below this will be work 100%, I also used this simple trick, Please following see one-one steps.

Steps for add custom css code for new blogger interface -

  1. Sign in to Blogger Website.
  2. left menu tools, click on Layout Option.
  3. Add gadget on footer section click on Add a Gadget.
  4. Select and Add gadgets HTML/JavaScript from blogger gadgets list.
  5. Add your custom style CSS in HTML Gadget on between style tags.
  6. See example custom css code -
    <style>
    .post-body h3{font-size:36px;color:#000;}
    </style>
  7. Click Save button after adding custom designing CSS code.