Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

rounded corner and box shadow

  • Alexandra Moor
  • Alexandra Moor's Avatar Topic Author
  • Offline
  • New Member
More
13 years 2 weeks ago #44174 by Alexandra Moor
rounded corner and box shadow was created by Alexandra Moor
Hi,

I would like to add rounded corners and shadow to the images in fpss (only on slides, no thumbnails)
I tried to modify the css file but couldn't find the right places.
(box-shadow,border-radius)

Is it possible to add rounded corners and shadow and where is the right place to add it in the css file

regards
mds

Please Log in or Create an account to join the conversation.

More
13 years 2 weeks ago #44175 by Katia
Replied by Katia on topic Re: rounded corner and box shadow
Find the FPSS container and apply this css styling there...

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Alexandra Moor
  • Alexandra Moor's Avatar Topic Author
  • Offline
  • New Member
More
13 years 2 weeks ago #44176 by Alexandra Moor
Replied by Alexandra Moor on topic Re: rounded corner and box shadow
Solution:

.fpss-template-movies img {
border:none;
margin-top:0px !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: #705B41 2px 2px 3px;
-moz-box-shadow: #705B41 2px 2px 3px;
box-shadow: #705B41 2px 2px 3px;
behavior: url(/templates/aat_de5/PIE.htc);
-pie-watch-ancestors: 1;
}

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum