remove previous next links in

Discussion in 'BlackBird WordPress Theme' started by jimbo192, Oct 23, 2013.

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

    jimbo192 New Member

    Joined:
    Oct 16, 2013
    Messages:
    8
    Likes Received:
    0
    Hello again,
    How do I remove the previous next links in the slider, without also deleting the
    feature-content-inner titles please
    ? Thank you in advance for your help.

    delete-previous-next.jpg
     
  2. Piyush

    Piyush Support Staff

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

    jimbo192 New Member

    Joined:
    Oct 16, 2013
    Messages:
    8
    Likes Received:
    0
    sure -
    http://meetingalliance.com/MA_new_site_2013/

    please note I commented out a lot of CSS to get things to look the way I want, such as the testimonials area - I didn't want the prev/next in testimonials just want paragraph text and no slider there

    also commented out the navigation circles in top slider- didn't want those and the header and description.

    You should add this in your Theme Option to make editing easier, the option to turn these on or off
     
  4. 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:
    .flex-direction-nav {
    display: none;
    }
    .feature-content h2 {
    display: none;
    }
    
     
  5. jimbo192

    jimbo192 New Member

    Joined:
    Oct 16, 2013
    Messages:
    8
    Likes Received:
    0
    Hello,

    Could you please share us your website link.[/quote]

    I just figured it out using the Custom CSS area - thank you.
     
  6. jimbo192

    jimbo192 New Member

    Joined:
    Oct 16, 2013
    Messages:
    8
    Likes Received:
    0

    Thank you!!
     
Thread Status:
Not open for further replies.

Share This Page