Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #206169

    I would like to know how to add decoration like a frame

    #206172

    Hello,

    It may be possible, where are these images? are they thumbnails or in the Page/Post content?

    Cheers!
    Josue

    #206510

    thoses image are in a page

    #206572

    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

    #206788

    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.”

    #206805

    Hi!

    You should go to Appearance > Editor and add the code inside your functions.php file

    Best regards,
    Yigit

    #206871

    thanks!

    #206919

    Thanks :)

    #206921

    Hey!

    You are welcome, glad we could help :)

    Cheers!
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Put decoration on specified images’ is closed to new replies.