• I need to know how to remove the border from around the images in the body of my pages.

    Also, how do I change the appearance of the image caption text. I would like to be able to move it around to different locations and test out what looks best and also make it darker.

Viewing 1 replies (of 1 total)
  • Removes the border from around the images:

    .entry-content img, .entry-content .wp-caption {
    box-shadow: none;
    padding: 0px;
    border: none;
    }

    image caption text (configure to your liking. For easy to use on-line color picker:https://www.colorhexa.com/index.php )
    .wp-caption-text{
    font-size: 12px !important; color: #777777 !important; text-align: left !important; padding: 0 0 0 3px !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Albar Theme – Remove Image Border And Change Caption Text Appearance’ is closed to new replies.