Formatting Issues

Discussion in 'GoldenEagle WordPress Theme' started by ebandflow, May 5, 2014.

  1. ebandflow

    ebandflow New Member

    Joined:
    Feb 5, 2013
    Messages:
    25
    Likes Received:
    0
    Hi,

    I recently posted a thread asking for help with formatting issues.

    This is the thread:

    http://www.inkthemes.com/community/threads/loss-of-format-after-posting.11543/

    I used the code that was provided in Custom CSS. It resolved the format issue but created a new problem.

    The problem now is the banner changed when I posted the code in Custom CSS.

    Header before I post:
    Screen shot 2014-05-05 at 1.20.17 PM.png

    Header after:
    Screen shot 2014-05-05 at 1.19.35 PM.png

    There are grey lines around the Logo and Social Icons.

    How do I get rid of these lines?

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     div.logo img {
    border: none!important;
    }
    ul.social_logos img {
    border: none!important;
    }
    
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page