[Plugin: eShop] How to change fieldset and color?
-
I am trying to change the color of the fieldset because is out of alignment. The description is in different place when I use IExporer 8 and Safari.
In my theme’s css there is a line:
fieldset{
margin:5px;
padding: 10px;
}I changed it to:
fieldset{
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 3px solid #BFBAB0;
background-color: #F2EFE9;
}This was supposed to change the border and the color in the theme and in every fieldset in eshop, but nothing changed.
Is there any other variable in the plugin that I could change in order to remove fieldset background color?Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: eShop] How to change fieldset and color?’ is closed to new replies.