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

    Is it possible to change the background color of a Column?

    Or to insert a Color Section inside a Column, to simulate the column having a background color?

    Can a Color Section’s width be modified, and placed next to a column, or must it be a full-width element?

    One of the reasons for these questions is : I’m trying to give a Contact Form a unique background color, but I cannot find a way to do this.

    Thanks!

    #231541

    Hi markofwits!

    Please post the link to your website and point out the contact form so we can provide you custom CSS code

    Cheers!
    Yigit

    #231804

    Hi Yigit,

    Contact form is here:
    http://www.finalsmoke.net/contact-us/

    Also, does this mean none of the other scenarios above is possible at this time?

    #231806

    Hey!

    No, unfortunately other scenarios are not possible. Please add following code to Quick CSS and adjust as needed

    #main > div:nth-child(2) > div > main > div > div > div.flex_column.av_one_half.first.avia-builder-el-0.el_before_av_one_half.avia-builder-el-first {
    background-color: orange;
    padding: 10px;
    }

    Regards,
    Yigit

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