Photograph caption tweaks

Discussion in 'RoadFighter WordPress Theme' started by mouseclubhouse, Jul 3, 2015.

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

    mouseclubhouse Member

    Joined:
    Jun 17, 2015
    Messages:
    31
    Likes Received:
    0
    Love your theme!!! Just wondering how I can tweak it so that there is not an extra space above and below the text in all photo captions. (i.e. If you visit http://shaniwolf.com/cranium-command-at-epcot/ and look at the caption that reads "Inside Cranium Command in the Wonders of Life Pavilion at Epcot.")

    Also, how can I have captions italicized?

    THANKS!!!
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    There is no need to worry!!!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    p.wp-caption-text {
      padding: 0 5px !important;
      margin-bottom: 0 !important;
      margin-top: -10px !important;
      font-weight: bold !important;
      font-style: italic !important;
    }
    
    It will resolve your issue :)

    Thanks,
    Praveen
     
  3. mouseclubhouse

    mouseclubhouse Member

    Joined:
    Jun 17, 2015
    Messages:
    31
    Likes Received:
    0
    That did the trick. Thanks again!
     
Thread Status:
Not open for further replies.

Share This Page