• Resolved vasilissk

    (@vasilissk)


    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.

    https://www.ads-software.com/extend/plugins/eshop/

Viewing 2 replies - 1 through 2 (of 2 total)
  • no, it is changeable via CSS, and as advised previously I no longer help with CSS issues, well for free at least.

    But you might find that the styling with eShop is over riding that, check the Appearance>eShop page.

    Thread Starter vasilissk

    (@vasilissk)

    Thanks for the advice problem solved.
    I found the fieldset in the default CSS and I copied in my theme’s CSS. I also disabled the fieldset in the default CSS.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: eShop] How to change fieldset and color?’ is closed to new replies.