Remove Slider or customize options?

Discussion in 'BlackBird WordPress Theme' started by ashybaby87, Jan 21, 2013.

  1. ashybaby87

    ashybaby87 Member

    Joined:
    Dec 31, 2012
    Messages:
    36
    Likes Received:
    0
    Is there a way to remove the slider at the top of the page?

    ALSO

    If I wanted to keep the slider, is there a way to customize it such as height, width, and update with latest blog posts rather than having to have set links?

    Thank you.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    This is not possible to customize it at such extent but you can remove the slider by putting
    the following code in your custom css


    Appearance -> theme options -> styling options -> custom css
    Code:
    .slider-wrapper {
    display: none;
    }
    Thanks.
     

Share This Page