Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #403119

    Hi. I need to figure out how I can wrap some layout elements in a div or apply a style to them. I need to do this with several areas of the home page. For example, I need to wrap the 3/5 size (see links) in a div or simply apply a style to it to give it a border.

    Thanks!

    #403661

    Hey melissahodge!

    Those are textblock elements correct? You can add the div inside the textblock.

    <div class = "customClass">Your text goes here.</div>
    

    And then style it like so.

    .customClass {  }
    

    Regards,
    Elliott

    #404880

    Hi. No, they are not text block elements; they are layout elements. Will you please review the info and photos I sent?

    #405138

    Hey!

    Please add following code to Quick CSS and adjust as needed

    .home .avia-builder-el-1 {
    background-color: #e2e2e2;
    padding: 10px;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.