Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #412792

    Is there a way to enclose a group of design elements (Standalone Icon, Special Heading, Text Box) into a box that I can then set a custom opacity for the background?
    http://www.crestedbuttecomputers.com/dev/bigals/big-als-bike-shop-crested-butte/

    I want to create a box similar to the iconbox in Who Is Big Al? that has an opaque background. This box would contain all of the items found under the What We Offer? heading.

    Can you do that with Enfold?

    #413096

    Hey ewingmh!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    div#whatweoffer .post-entry {
      background-color: rgba(255,255,255,0.5);
      border-radius: 5px;
      padding: 20px;
    }

    Regards,
    Yigit

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