Replace Feature Area Icons

Discussion in 'Traffica WordPress Theme' started by dchs2015, Nov 9, 2015.

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

    dchs2015 Member

    Joined:
    Jul 8, 2015
    Messages:
    46
    Likes Received:
    0
    Location:
    Delaware County, Ohio, USA
    I have images that I would like to replace the Feature Area spinning icons entirely. Barn_Web_icon1rollover-04.jpg Barn_Web_icon1-04.jpg Barn_Webparts_iconBKGRD3-04.jpg
    No animation, no enclosing circle, larger image size. Each feature has its own text, but the background image is the same. The first two graphics are for one feature, the third is the background for all three.

    What is involved in implementing this customization?

    Rick
     
  2. priya

    priya Guest

    Hello Rick,

    As far my understanding of your concern, perhaps you are interested in removing the circle effect of feature column entierly..

    So, if I am not wrong with your expectation.

    Firstly you have to follow screenshot given below.

    feature_remove_spinnning_effect.png

    And after that paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_inner_box img {
        width: 175px;
        height: 144px;
    }
    Note: Change numeric value as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. dchs2015

    dchs2015 Member

    Joined:
    Jul 8, 2015
    Messages:
    46
    Likes Received:
    0
    Location:
    Delaware County, Ohio, USA
    Priya,

    Thank you. I made the changes and it works very well.
    The only improvement might be to only use Custom CSS instead of changing the Traffica theme file (in case of theme update).

    Thanks,
    Rick
     
Thread Status:
Not open for further replies.

Share This Page