Slider heading & description

Discussion in 'BlackBird WordPress Theme' started by silkysolutions, Nov 1, 2012.

  1. silkysolutions

    silkysolutions New Member

    Joined:
    Sep 7, 2012
    Messages:
    8
    Likes Received:
    0
    How do you remove the slider heading and description?
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .flex-caption {
    display:none;
    }
    This will solve your problem.
     
  3. ltuggs

    ltuggs Member

    Joined:
    Jul 18, 2012
    Messages:
    30
    Likes Received:
    0
    Hello.

    1- How do I remove the (round circles) slider tabs/ buttons that are left once I removed the slider heading and description per the above instructions?
    2 - Can the slider tabs/buttons display horizontal instead of vertical?

    Thanks in advance for your immediate attention.
     
  4. Gourav

    Gourav Support Staff

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

    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .flex-control-nav {
    display: none;
    }
    2.For your second issue

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    If this isn't something you're able to do then you would need to hire a developer for this.

    Take care.
     

Share This Page