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

    Hi I love the masonary grid shown on http://www.unframe.com/ home page

    Is it possible to have my own looking like this one out of the box or does it require custom css work?

    #317499

    Hey codecreative!

    Please add following code to Quick CSS

    .av-inner-masonry {
    box-shadow: 0 0 5px 1px #ccc;
    min-height: 340px;
    }

    Cheers!
    Yigit

    #317559

    Great thank you! Can you look at the footer of codecreative.uk

    Regarding the facebook widget on the footer. Can the dark text be changed to white? I have attempted the following css but it failed :(

    #u_0_3 {color:#ffffff!important;}

    #317846

    Hey!

    I’m sorry but I don’t you can modify the look of the facebook widget via css but you might want to try this:

    span#u_0_4 {
    color: white !important;
    }

    Cheers!
    Ismael

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