• Resolved Sage Brownell

    (@sage-chara)


    I am having some issues with a checkout page.

    Theme: Super Skeleton Clean
    Plugins: WP E-Commerce with the Goldcart Add-On

    My client is using the Linkpoint Gateway but the styling for the credit card fields is being overridden somewhere. (see this link: Image)
    I have tried many things, including inline styling and changing the styles in the WP e-commerce and Goldcart stylesheets, but still the style is being overridden by a hidden piece of code. Any ideas of where this may be? The client wants the credit card fields to be smaller as there can only be four digits in each area anyways.

    Thanks for any help!

Viewing 1 replies (of 1 total)
  • Thread Starter Sage Brownell

    (@sage-chara)

    I fixed it. Here’s how if anyone else comes across this issue:

    After giving the fields a class, I placed this code in the html editor of the checkout page:

    <style type="text/css">
    .ccfield{
    margin: 5px !important;
    float: left !important;
    min-width: 20px !important;
    }
    </style>

    I had to set everything to !important so that it wouldn’t be overridden by the other styling marked the same way.

Viewing 1 replies (of 1 total)
  • The topic ‘Stylesheet Override’ is closed to new replies.