Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #319146

    Hi!

    can You tell me please where is the best place to add css classes to define the image style in the post. usually i would do it via the editor.
    (i would like to define the rules for each image individually (margin, boarder etc.))

    do i have to go to custom.css for that matter?

    Thank You very much!
    finlando

    #319256

    Hey Finlando!

    You can right click on the image and find attachment ID – http://i.imgur.com/WPb8kfN.png
    and add custom CSS code targetting it as following

    div#attachment_5557 {
    margin-left: 20px;
    }

    You can add the code to Quick CSS field in Enfold theme options or into Custom.css file
    Best regards,
    Yigit

    #319286

    Hi Yigit!

    can You tell me please how can i turn off the image boarders globaly?

    Thank You!

    Cheers!
    finlando

    #319291

    Hey!

    Please add following code to Quick CSS

    div .wp-caption, img {
    border: none!important;
    }

    Regards,
    Yigit

    #319321

    Thanks for the help, Yigit!

    Regards,
    finlando

    #319331

    Hey Yigit… one last question please…:

    how can I define the style of the font (color and italic) under the picture (caption)

    Cheers!
    finlando

    #319367

    Hey!

    Please use following code

    p.wp-caption-text {
    font-style: italic;
    color: orange;
    }

    Best regards,
    Yigit

    #319385

    Thank You Yigit for the very Great Support!

    Cheers!
    finlando

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘post image style’ is closed to new replies.