Remove Slider Heading & Slider Description

Discussion in 'BlackBird WordPress Theme' started by proele, Jun 26, 2014.

  1. proele

    proele Member

    Joined:
    Feb 1, 2012
    Messages:
    68
    Likes Received:
    0
    Blackbird Pro Theme.

    How to Remove Slider Heading & Slider Description so only the image shows.
    I attempted to use several Custom CSS codes with no result.

    Codes used:
    .slide-1 .slide-content.entry {
    display: none;
    }


    .flex-caption-wrapper {
    display: none;
    }
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div.flex-caption {
    display: none;
    } 
    This will remove the slider caption box.

    If you also want to remove the slider pagination then paste the code given below also in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    ol.flex-control-nav {
    display: none;
    } 
     
  3. mrblackcat1961

    mrblackcat1961 New Member

    Joined:
    Oct 8, 2015
    Messages:
    1
    Likes Received:
    0
    Thanks much for the CSS to turn off the subtitles and copy that arbitrarily stayed on over the slider. What I really wanted to make the box wide and not too tall because it covered my slider images! When I tried using the editor on the CSS the navigation controls and type started to overlay each other and I wasn't of the best way to turn off the buttons that navigate the slider? Is there a way to add CSS to make the text box on top of the slider images with the subtitle and caption about 800 pixels wide and about 220 tall and remove that button control completely? I'm guessing I can use your earlier suggestion for the controls of the pagination.

    ol.flex-control-nav {
    display: none;
    }


     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please elaborate your issue a bit more with some edited screenshot and your site URL as well so that we can assist you accordingly?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page