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
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
Hi Yigit!
can You tell me please how can i turn off the image boarders globaly?
Thank You!
Cheers!
finlando
Hey!
Please add following code to Quick CSS
div .wp-caption, img {
border: none!important;
}
Regards,
Yigit
Thanks for the help, Yigit!
Regards,
finlando
Hey Yigit… one last question please…:
how can I define the style of the font (color and italic) under the picture (caption)
Cheers!
finlando
Hey!
Please use following code
p.wp-caption-text {
font-style: italic;
color: orange;
}
Best regards,
Yigit
Thank You Yigit for the very Great Support!
Cheers!
finlando