Results 1 to 5 of 5

Thread: How to remove padding and shadow in blogger?

Hybrid View

  1. #1

    Default How to remove padding and shadow in blogger?

    Hi,

    Anybody here have an idea how to remove shadow and padding in blogger for mobile view.

    In desktop/laptop view its fine but in mobile, still showing a very big padding and shadow and I couldn't even change the text that being set to justify.

  2. #2
    Join Date
    Feb 2020
    Posts
    1,103

    Default

    Again go to Template > Edit HTML and find your CSS section. Look for text-shadow and remove the declaration or change the value to nill.

  3. #3
    Join Date
    May 2020
    Location
    Philippines
    Posts
    59

    Default How to remove padding and shadow in blogger?

    thanks for sharing info about how to remove padding and shadow in blogger. once again thank you.

  4. #4

    Default How to remove padding and shadow in blogger

    Click the title of your Simple theme blog in the “Blogs” section of your Blogger main dashboard to go to the dashboard for that blog.


    Select “Template” on the left sidebar to access the Template screen and then click the “Customize” button under the blog thumbnail to go to the Blogger Template Designer page.


    Select “Advanced” on the left side menu on the dark gray Template Designer settings navigation bar at the top of the page to reveal the Advanced settings menu.


    Scroll down to the bottom of the menu and select “Add CSS” to open the Add Custom CSS field where you can add code to override existing styles.

    Add custom CSS code to the field to remove the headline, image border and background border shadows. For example:

    .Header h1 { text-shadow: none; } .post-body img, .post-body .tr-caption-container, .Profile img, .Image img, .BlogList .item-thumbnail img { -webkit-box-shadow: none; box-shadow: none; } .content-outer { -webkit-box-shadow: none; box-shadow: none; }


    Look in the preview pane below the navigation bar to see if Blogger applied the changes.

    Click the “Apply to Blog” button at the top right corner of the screen to save the changes to your live blog.


    Click the “View Blog” link to open your blog in a separate Web page tab to see the changes in full-screen.

  5. #5
    Join Date
    Feb 2020
    Posts
    1,103

    Default

    Again go to Template > Edit HTML and find your CSS section. Look for text-shadow and remove the declaration or change the value to nill.

Similar Threads

  1. Can we add xml sitemap in blogger?
    By kaarlealmila in forum Business Tools
    Replies: 2
    Last Post: 09-11-2017, 04:42 AM
  2. how to fix broken links in blogger?
    By kaarlealmila in forum Business Tools
    Replies: 0
    Last Post: 07-12-2017, 01:13 PM
  3. How to Add a XML Sitemap to your Blogger?
    By christinebreese in forum Web Hosting Community
    Replies: 1
    Last Post: 07-04-2017, 07:00 AM
  4. How to Remove Powered by Blogger From Blogspot Blog?
    By ArkPresentation in forum Business Tools
    Replies: 1
    Last Post: 03-22-2017, 11:43 AM
  5. CSS text-shadow property
    By jaysh4922 in forum Web Design Solutions
    Replies: 2
    Last Post: 04-01-2015, 07:47 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •