Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis documentation
for users and developers.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Templates
(Moderators:
Coursar
,
ks-net
) »
modify css for aurora template
« previous
next »
Print
Pages: [
1
]
Author
Topic: modify css for aurora template (Read 5846 times)
bledi
Full Member
Posts: 244
modify css for aurora template
«
on:
December 23, 2014, 16:00:39 »
Hello!
I want to modify a bit the look of Aurora template. Instead of bordering , i want to have box-shadow on the left and right side.
I have found that the code below should be changed:
.total-wrapper {
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1) inset;
But even I am changing this code in the templates.css, nothing changes.
Am i in the correct file, template.css or it is another file that i should look?
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: modify css for aurora template
«
Reply #1 on:
December 23, 2014, 21:02:34 »
Your CSS rule is correct. I tried it on the
demo site
using Firebug and it works if you specify a width for the total-wrapper element. Even in this case it is been displayed only on some blocks. On the other block there is an other overwrite. A tool such as
Firebug
is a must for such cases. You can also contact Webgift for support.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Templates
(Moderators:
Coursar
,
ks-net
) »
modify css for aurora template