Pages and Posts captions are different

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

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

    mouseclubhouse Member

    Joined:
    Jun 17, 2015
    Messages:
    31
    Likes Received:
    0
    I am using the following CSS code to adjust my captions:

    p.wp-caption-text {
    padding: 0 5px !important;
    margin-bottom: 0 !important;
    margin-top: -1px !important;
    font-style: italic !important;
    color: #999999 !important;
    }

    But the captions are appearing differently on posts and pages. Both are the gray color I prefer, both are italicized, which I prefer, but the pages are the font size I prefer and the right amount of spacing below the photo. You can see an example at http://shaniwolf.com/walt-disney-world-packages/

    Then take a look at my post http://shaniwolf.com/rip-disney-great-blaine-gibson/ and you will see the font is larger and there is more space between the photo and text.

    How can I get the post captions to look like the page captions?
     
  2. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-bar .post .post_content p.wp-caption-text {
      font-size: 11px !important;
      line-height: 17px !important;
      text-align: center !important;
      margin-top: -22px !important;
    }
    Hope it will resolve your issue :)

    Thanks,
    Praveen
     
  3. mouseclubhouse

    mouseclubhouse Member

    Joined:
    Jun 17, 2015
    Messages:
    31
    Likes Received:
    0
    Wow!! It's like magic how you are able to fix these things so quickly. I really appreciate it!!!!!
     
Thread Status:
Not open for further replies.

Share This Page