Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #29249

    Hi!

    I have two questions,

    1. I need to add glow on the borders (in the same way you guys kept shadows to your http://kriesi.at/ home page design) both sides and are fading when you go vertically downward.

    2. Also how can I keep these kind of images like you guys kept Iphone, camera, ipad, dvd, usb..

    here’s link to our website,

    http://goo.gl/aGt0qx

    #140166

    You could try adding a symmetrical shadow to the main container wrapper.

    Something like:

    Code:
    #wrap_all { box-shadow: 0px 20px 20px rgba(0,0,0,0.7); }

    Obviously you’d probably want to add in the old mozilla and webkit specifics too, just to be sure (-moz-box-shadow & -webkit-box-shadow)

    #140167

    Hi khalidmuharraqi,

    That is actually just one single background image so it fakes the shadows and everything.

    See: http://kriesi.at/wp-content/themes/kriesi_at/images/skin1/stuff_bg_less.jpg

    So you could try the box-shadow method or if you aren’t using a responsive layout the single large background image like Kriesi currently has.

    Regards,

    Devin

    #140168

    Big big Thanks!

    you guys are extremely helpful..

    Love the way you support.. :)

    #140169

    Thanks a lot Richard its working perfectly fine. You really solved my problem. Big thanks man.

    cheers..

    #140170

    You’re welcome, glad I could help.

    :-)

    #140171

    Glad that worked for you :)

    Let us know if you have any other questions or issues.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Add glow and custom images to home page’ is closed to new replies.