Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #445559

    On my home page http://www.baobabphoto.com/new/school I’ve created four columns listed our various Photography Classes. Each layout element has a photo and underneath it some text. I want to change the background of the layout element to light gray and put a medium gray border around the element with a bit of padding so that each course type is clearly seperated from the others . How can I do that? I tried putting a color section into the layout element but that doesn’t work. Thanks for your help.

    #446278

    I found out how to do this on another forum….
    1) Go to the page where you want to add border to Content Element
    2) Use Firebug or similar to Inspect the element where you want to add the border and find out the element name, e.g. .avia-builder-el-40
    3) Edit the custom.css file and add the following line
    .avia-builder-el-40 { border: solid 2px #e1e1e1; padding: 10px;}

    You can also add a background colour if you like, e.g. background-color: #F00;

    #446281

    This post can be closed as it’s resolved.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Set background colour and create border for Content Element’ is closed to new replies.