Feature Image change size ?

Discussion in 'Dzonia WordPress Theme' started by kitekat77, Jan 25, 2016.

  1. kitekat77

    kitekat77 Member

    Joined:
    Jan 31, 2015
    Messages:
    43
    Likes Received:
    0
    I will like to chage the size 284px x 123px to a nother size! Can you pleace help me ?
    I hoop to here from you soon. regads Jakob
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can use below code to reduce or increase the size as per your requirement..., you just need to paste the code in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .featured_content .column-three .inner_area .featured_img {
        width: 202px;
        height: 104px;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page