Hide the caption in slide show

Discussion in 'Dzonia WordPress Theme' started by fotofama, Dec 17, 2012.

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

    fotofama New Member

    Joined:
    Jul 27, 2012
    Messages:
    5
    Likes Received:
    0
    How to hide the black (caption) stroke that pops up in slide show when i'm not using in the caption heading and caption description?

    Thanks, Theo
     
  2. 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;
    }
     
  3. fotofama

    fotofama New Member

    Joined:
    Jul 27, 2012
    Messages:
    5
    Likes Received:
    0
    I don't see Appearance > 'Theme Options > Styling Options > Custom CSS
    Do i have an old version?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Download theme again and upload it, This will solve your issue.
     
  5. fotofama

    fotofama New Member

    Joined:
    Jul 27, 2012
    Messages:
    5
    Likes Received:
    0
    I have downloaded the Theme again but there are no directories 'Appearance > 'Theme Options > Styling Options > Custom CSS'.
    Can i put the code in the 'style.css' ? Or in the 'child' style.css?

    Thanks
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
     
  7. fotofama

    fotofama New Member

    Joined:
    Jul 27, 2012
    Messages:
    5
    Likes Received:
    0
    I have solved the problem…
    I put the css-code in a child version of the Theme called 'style.css'. This solved the problem.

    Thanks.

    Edit:
    And now i see what you mean... :) Appearance > Theme Options > Styling Options > Custom CSS it is 'within' Wordpress...
    But i want to use a child version for adjustments.
     
Thread Status:
Not open for further replies.

Share This Page