Button hover and line height

Discussion in 'Andrina WordPress Theme' started by babsi1b, Nov 21, 2013.

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

    babsi1b New Member

    Joined:
    Aug 8, 2013
    Messages:
    2
    Likes Received:
    0
    Hi,

    I would like to change two things in the bottom feature left (excerpt of the blog)

    hover color of the button
    line height of the text (should be the same as in the Feature area)

    http://www.connected-concepts.at

    Thank you!

    Barbara
     
  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:
    .index-read {
    line-height: 15px;
    }
    .index-read:hover {
    line-height: 15px;
    background: red!important;
    }
    
     
    babsi1b likes this.
  3. babsi1b

    babsi1b New Member

    Joined:
    Aug 8, 2013
    Messages:
    2
    Likes Received:
    0
    It worked. Thank you for you quick response :)
     
Thread Status:
Not open for further replies.

Share This Page