adding membership logo

Discussion in 'BlackBird WordPress Theme' started by cocoakelechi, Sep 17, 2013.

  1. cocoakelechi

    cocoakelechi New Member

    Joined:
    Nov 22, 2012
    Messages:
    10
    Likes Received:
    0
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    You can add your images in the footer widget area.

    Go to the Appearance > Widget panel in your dashboard and then drag and drop the text widget in the first footer widget area
    and then paste the image code given below in the content area of that text widget.

    Code:
    <img src="https://7f60326cdf-custmedia.vresp.com/library/1354616143/1e7911ddb5/REPS_BADGE_LOGO.jpg" width="10%" height="auto">
    You can adjust the value of "width" as per your requirement.

    See the link given below for reference

    http://screencast.com/t/lSrlX707I3

    This will solve your issue.
     
  3. cocoakelechi

    cocoakelechi New Member

    Joined:
    Nov 22, 2012
    Messages:
    10
    Likes Received:
    0
  4. Nitesh

    Nitesh Support Staff

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

    Image you are using is too big. Please use image of average size (300 x 300)px

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

    Code:
    .textwidget img {
    width: 100px;
    height: auto;
    }
    You can adjust width according to your requirement.
     

Share This Page