Elxis CMS Forum

Extensions => Templates => Topic started by: bledi on December 23, 2014, 16:00:39

Title: modify css for aurora template
Post by: bledi 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?
Title: Re: modify css for aurora template
Post by: datahell on December 23, 2014, 21:02:34
Your CSS rule is correct. I tried it on the demo site (http://aurora.mywebgift.gr) 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  (http://getfirebug.com/)is a must for such cases. You can also contact Webgift for support.