Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #5204
    micahrj
    Member

    url: aandmseniorconsulting.com

    How do I remove the slight outline around images? example on the home page

    Is there a way to close the gap between that image and the menu/navigation bar?

    Thanks!

    #5274
    Sakin
    Keymaster

    @micahrj: To remove the gap between the image and the menu bar. You can add the following css in “Custom CSS” box in your Theme Options panel
    #header-content { margin-bottom: 0; }

    #5335
    micahrj
    Member

    Thanks!

    Is there a way to remove the thin outline around images?

    There is a thin line around an imported image I uploaded. It is on the homepage: aandmseniorconsulting.com

    #5336
    micahrj
    Member

    Thanks this helped…

    @micahrj: To remove the gap between the image and the menu bar. You can add the following css in “Custom CSS” box in your Theme Options panel
    #header-content { margin-bottom: 0; }" 

    …but I was wondering if I could remove the gap below the menu/navigation and the content on the home page?

    Thanks!

     

    #5346
    Sakin
    Keymaster

    @micahrj: Add the following css

    #main { padding-top: 0; }
    .home .entry-header { display: none; }

    But there is extra <br /> in your homepage content which is also pushing the content down.

    #5379
    micahrj
    Member

    Thanks,

    Is there a way to remove the thin outline around media/image on my homepage?

    Nothing I have tried has worked.

    Thanks again!

    #5424
    Sakin
    Keymaster

    @micahrj: You can just add the following CSS in your “Custom CSS” box in your Theme Options panel.
    .home img[class*="align"], .home img[class*="wp-image-"] { border: none; }

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Removing outline around images’ is closed to new replies.