Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #58746
    Kim
    Participant

    How do I remove the – before the captions under my image? I have CSS for Catch Box Pro for that but I don’t want to risk trying it on Catch Flames Pro. Thanks!

    Kim
    hidemyage.com

    #58786
    Sakin
    Keymaster

    @Kim: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .wp-caption .wp-caption-text:before {
        content: none;
    }
    .wp-caption .wp-caption-text {
        padding-left: 0;
    }
    #58866
    Kim
    Participant

    Thanks!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Dash before Captions’ is closed to new replies.