Homepage Feature Read More Reverse

Discussion in 'RoadFighter WordPress Theme' started by rogerschnur, Nov 4, 2013.

  1. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    The arrow icon to the left of the "Read More" link disappears with roll over. I'd like it to be the opposite i.e. not be visible until mouse roll over.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.
     
  3. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
  4. Piyush

    Piyush Support Staff

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

    Go to the Appearance > Editor in your dashboard and
    edit the style.css file by pasting the code given below at the bottom in this file.

    Code:
     
    .feature-content .feature-content-inner .feature-content-text a.read-more{
    background:none;
    }
    .feature-content .feature-content-inner:hover .feature-content-text a.read-more{
    background: url(images/home-read.png) left center no-repeat;
    }
    This will solve your issue.
     
  5. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    Unfortunately now the arrows don't appear at all.
     
  6. Piyush

    Piyush Support Staff

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

Share This Page