Tips and Tricks HQ Forum

Support Forum for Tips and Tricks HQ Products

Register or log in - lost password? (Having an issue with the forum login?)

Search the Forum

Tips and Tricks HQ Forum » WP eStore Forum

estore changing picture border color

(2 posts) (2 voices)
  • Started 3 months ago by mathansel
  • Latest reply from admin
  • Possible Solutions (Related Topics):
    1. Changing border colors (or removing borders) on login, edit profile forms, etc..
    2. WP eStore - Customizing the buttons (changing the button images)
    3. eStore - Showing Framed Pictures for an Art Gallery
    4. How to change eStore Cart Text color for labels
    5. Changing Subscription Price of a Membership Payment Using eStore

Tags:

  • background color
  • estore
  • fancy1
  • image border
  1. mathansel
    Member

    Hi,

    I tried using wp_eStore_fancy1, and it displays the background image color or border color as white. I tried changing it in many places to no avail. I am new to wordpress. Could you please guide me on how to change the color. please refer to the link to see what i mean. Thanks

    http://paradisesweets.com.au/?page_id=125

    Regards,

    Mathan

    Posted 3 months ago #
  2. admin
    Key Master

    You have the following code in your custom style sheet of eStore (wp_eStore_custom_style.css):

    .eStore-thumbnail img, .eStore-thumbnail a img {
    margin: 4px 0 4px 5px;
    padding: 4px;
    max-width: none !important;
    }

    Change it to the following which will change the background color from white to black:

    .eStore-thumbnail img, .eStore-thumbnail a img {
    margin: 4px 0 4px 5px;
    padding: 4px;
    max-width: none !important;
    background-color: black;
    }

    I also noticed that you have another lightbox plugin active which is also putting lightbox effect on those images. You can turn off the lightbox option eStore settings and only use the lightbox of that other plugin.

    Posted 3 months ago #

RSS feed for this topic

Reply

You must log in to post.

Tips and Tricks HQ  | WP Shopping Cart  | WP Affiliate Software  | WordPress Membership Plugin