I would like to know how to add decoration like a frame
Hello,
It may be possible, where are these images? are they thumbnails or in the Page/Post content?
Cheers!
Josue
thoses image are in a page
Hi!
Please refer to this article, that will enable a custom class field in all ALB elements, that way you can set a custom class to the images you want and then with CSS you can decorate them:
.my_img{
border: 5px solid gray;
}
Best regards,
Josue
Josue, where should we add the code
add_theme_support('avia_template_builder_custom_css');
the docu article, that you have linked to in your posting here, does not say anything, where to add this code snippet for “Once enabled, the following function adds a new field to each of your Advanced Layout Builder element’s pop up menu.”
Hi!
You should go to Appearance > Editor and add the code inside your functions.php file
Best regards,
Yigit
thanks!
Thanks :)