Removing slider heading

Discussion in 'BlackBird WordPress Theme' started by paraguy, Jul 1, 2014.

  1. paraguy

    paraguy Guest

    Joined:
    Jun 24, 2014
    Messages:
    24
    Likes Received:
    1
    Location:
    Manchester, England
    Hi there

    How do I remove the heading? I want to upload my image and it will incorporate text.

    I've attached a screen grab, so you can see what I mean.

    Thanks download (3).png
     
  2. 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-caption {
    display:none;
    } 
    Thanks & Regards
    Gourav Shrivastava
     
  3. paraguy

    paraguy Guest

    Joined:
    Jun 24, 2014
    Messages:
    24
    Likes Received:
    1
    Location:
    Manchester, England
    Hi there

    That code does not remove the heading? I have tried viewing in different browser - cache flushed.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. paraguy

    paraguy Guest

    Joined:
    Jun 24, 2014
    Messages:
    24
    Likes Received:
    1
    Location:
    Manchester, England
  6. 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 ! important;
    } 
    This will solve your issue.
     
  7. paraguy

    paraguy Guest

    Joined:
    Jun 24, 2014
    Messages:
    24
    Likes Received:
    1
    Location:
    Manchester, England
    Hi there

    That code does not work?
     
  8. Gourav

    Gourav Support Staff

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

    We have checked your website and its seems that you have enter style comment in wrong way

    For example:
    Code:
     
    <!-- body text colour code below -->
     
     
    remove comment from your custom css.


    This will solve your issue.
     

Share This Page