Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #209777

    you have a lovely background image on your pricing table but i see no way of doing that.

    you have an example here http://kriesi.at/contact

    how do you go about doing that?

    Thanks kindly

    #209905

    Hi medvick!

    That is a custom background created by Kriesi. Please hire a freelance developer to replicate the design. You can start with this css code:

    #pre-sale-question form {
    border-radius: 6px;
    padding: 8px;
    position: relative;
    border: 1px #e1e1e1 solid;
    background: #D1D1D1;
    background: -moz-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    background: -webkit-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    background: -o-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    background: repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    }

    Best regards,
    Ismael

    #210108

    I guess my question would be.. How would I just put a picture in to have the pricing on top of it?

    Thank you for your example though — that would be a solution.

    Thanks

    #210381

    Hi!

    You can use a Color section to serve as container for you table and set the background image there:

    Best regards,
    Josue

    #210440

    Lets pretend i have 0 knowledge of CSS do you have a basic example if its not too much to ask.. I am an extreme novice.. Thanks

    #210442

    Hey!

    You don’t need to know CSS, you can set the background image right there, in the Color section settings:
    .

    If you need help with the Advanced Layout Builder, check this video:

    Cheers!
    Josue

    #210448

    Thanks that worked. How do you make the section clear?

    If possible?

    Thanks!

    #210449

    Hi!

    What do you mean by clear? can you post a link to the page where you are trying this?

    Best regards,
    Josue

    #210460

    On the bottom of this page:

    http://restaurantstats.com/RS/?page_id=262

    I was thinking to make the background transparent.. aka clear.

    I guess it would be smarter to have our images transparent.. but just thought it would be neat.

    I did notice the color selector can not be put inside a DIV section.. Meaning, I can not drag and drop it inside the 1/2 or the 3/4.. i can only put it on the full width.

    Is there anyway around this?

    #210520

    Hi!

    You need to manually edit the images and make it transparent before you upload it as section background. It will be easily manipulated with css if you’re using solid colors but since you’re using an image as background, you need to actually edit the image and make it transparent.

    Regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Price table image background’ is closed to new replies.