"Read More" Buttons

Discussion in 'BlackBird WordPress Theme' started by noahpettit, Oct 25, 2012.

  1. noahpettit

    noahpettit New Member

    Joined:
    Oct 15, 2012
    Messages:
    13
    Likes Received:
    0
    1. How do I remove the read more buttons on the home page?
    2. How do I change the feature heading scroll-over color? On default it is yellow..
    3. How do I change the color of the line that seperates the Home page heading from the sliders above? It is default yellow..
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-content .read-more{
    display:none;
    }
    .feature-content h1 a:hover {
    color:red;
    }
    .slider-wrapper{
    border-bottom: 1px solid red;
    }
    Inplace of "red" put your color value.
     

Share This Page