remove slider heading area

Discussion in 'ButterBelly WordPress Theme' started by vesity, Aug 21, 2014.

  1. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Hi. Is it possible to remove the entire grey, rectangular text box in the slider, and yet still keep the text? Please see attached screenshot for clarification.
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

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

    Code:
    .flex-caption-wrapper {
    background: none;
    }
    
    Thanks & Regards
    Pramod
     
  3. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Perfect - thank you!
    And is it possible to change the color of the font for the text in the slider only?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Follow Steps:

    Step 1->
    install plugin wp-editor for editing.
    Goto
    Appearance ->Theme Editor ->
    select js folder and open custom.js
    comment a line shown in image and save/update.
    You can deactivate plugin after complete editing.

    Step 2->
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flex-caption p
    {
    color:orange;
    }
     
    .flex-caption h1 a
    {
    color:grey;
    }
    
    You can set color code according to your requirement.
    Thanks & Regards
    Pramod Patel
     

    Attached Files:

Share This Page