How do I insert larger photos in the 3 circles I've made larger on Home Page?

Discussion in 'BlackBird WordPress Theme' started by louanncovi, Jul 2, 2013.

  1. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    Please look at the 3 larger purple circles I've created (where the 3 smaller circles were on the home page).
    www.teahouseconnection.com
    How do i get the three images inside the circle to appear larger to fit the circles? I've created larger images in PhotoShop, but nothing changes on the website, when I link those.
     
  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:
    .feature-content-inner .circle img{
    width:220px;
    geight:210px;
    }
    Adjust its value as per your requirements.
     
  3. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    I tried enlarging the three circles on another website I have, but I cannot get the outer color ring to resize with the new larger inner circle/photo. Can you help? www.covitravel.com
    Thanks,
    LouAnn
     
  4. Piyush

    Piyush Support Staff

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

    Paste the code given below also in the Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-content-inner .circle {
    width: 190px;
    height: 200px;
    }
    Adjust its value as per your requirements.
    This will solve your issue.
     
    louanncovi likes this.

Share This Page