homepage feature area

Discussion in 'Blackriders WordPress Theme' started by marketingtypeguys, Aug 12, 2015.

  1. marketingtypeguys

    marketingtypeguys Member

    Joined:
    Apr 15, 2014
    Messages:
    79
    Likes Received:
    1
    Hi --

    Is there a way to remove the mouse over effect on the homepage feature on the Black Rider theme? Also, can the images be square or rectangular instead of round?

    Chris
     
  2. nitin

    nitin Guest

    Dear User,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_inner_box .circle {
        border-radius: 0 !important;
    }
    .feature_inner_box .circle img {
        border-radius: 0 !important;
    }
    .feature_inner_box .circle:hover {
        animation: none !important;
    }
    
    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page