Need to Remove Shadow in Logo and Caption on Frontpage

Discussion in 'ButterBelly WordPress Theme' started by dhodzpc, Jun 6, 2014.

Thread Status:
Not open for further replies.
  1. dhodzpc

    dhodzpc New Member

    Joined:
    Dec 24, 2013
    Messages:
    16
    Likes Received:
    1
    Dear Guys,
    I have been trying myself but to no avail. Can you please help me remove the shadow on logo (so that only the pure logo appears) and also wanted to remove caption in first page (only sliders will appear without any caption).
    Thank you and this forum has truly been a big help!
    Cheers,
    Santiago
    PS: Butterfly theme
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Theme don't have any default shadow on logo. I think you are talking about logo background.
    To remove it
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .header_container {
    background: none;}
    For slider caption.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flex-caption-wrapper {
    display: none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. dhodzpc

    dhodzpc New Member

    Joined:
    Dec 24, 2013
    Messages:
    16
    Likes Received:
    1
    Hello Nitesh,
    I wish to thank you very much and the whole InkThemes!
    Cheers,
    Santiago
     
Thread Status:
Not open for further replies.

Share This Page