1. tjones64
  2. Commercial Templates
  3. Friday, 10 January 2014
  4.  Subscribe via email
How do I adjust the outer shadow color and width on the POLARIS template?

http://www.trinitytaxlv.com
username: joomla51
password: REMOVED
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try adding the following to the Custom CSS field of your templates parameters...


.backgrounds .content_background {
box-shadow: none !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

I don't want to remove it, I want to adjust it (thickness).
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Try adding the following instead adjusting to your own taste...


.backgrounds .content_background {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
40px is the size of the blur... 0.9 the opacity of the black :)

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
where exactly do I edit it?
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
oh, sorry, I edit the custom code. duh! Thx
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!