How to remove the text box in the Cloriato theme

Discussion in 'Cloriato WordPress Theme' started by MobileC, Dec 26, 2012.

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

    MobileC Guest

    Joined:
    Dec 28, 2011
    Messages:
    2
    Likes Received:
    0
    How do I complete remove the textbox from the slider.
     
  2. MobileC

    MobileC Guest

    Joined:
    Dec 28, 2011
    Messages:
    2
    Likes Received:
    0
    Okay the staff has been on here replying. What about a reply to my question. How do I remove the text from the slider. I want a slider that just shows my picture.
     
  3. anthony1

    anthony1 New Member

    Joined:
    Dec 26, 2012
    Messages:
    7
    Likes Received:
    0
    Hi MobileC, this is what i did to remove it:

    1. setup child theme and edit front-page.php in theme editor
    2. removed everything from "<div class="caption conference"> down to the next </div> in each of the 3 image slider sections (captions are called different names in each section)
    3. save and it is gone - works for me

    that's just what i did but mods might have better way

    cheers
    Anthony
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    #slides .caption{
    display:none;
    }

    This will solve your issue.
     
  5. bill30075

    bill30075 New Member

    Joined:
    Dec 28, 2011
    Messages:
    7
    Likes Received:
    0


    Did NOT work in my Cloriato install... any other suggestions to remove slider text box / text ?

    Thanks;
    Bill
     
  6. Gourav

    Gourav Support Staff

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

    Do let us know your website link.

    Thanks & Regards
    Gourav Shrivastava
     
  7. bill30075

    bill30075 New Member

    Joined:
    Dec 28, 2011
    Messages:
    7
    Likes Received:
    0


    Thanks:

    Site is: http://videomeansbusiness.com/

    I want to remove everything except the linkable picture on the slider.
    No box... no text.. no border.

    Thanks:
    Bill
     
  8. 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:
    div.caption.conference {
    display: none!important;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  9. bill30075

    bill30075 New Member

    Joined:
    Dec 28, 2011
    Messages:
    7
    Likes Received:
    0
    Worked! Thank you so much!

    Bill
     
Thread Status:
Not open for further replies.

Share This Page