Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Justinwinn,

    If you add:
    display: block;

    to the CSS you’ve already added that should work!
    Let us know if you’re still having trouble.

    Thread Starter justinwinn

    (@justinwinn)

    Thank you! That worked perfectly.

    I have 2 more questions:

    1)Is there also CSS you can add to make the background around the image white instead of grey?

    2)Since I have removed the details link and arrow, is there a way to get rid of the blank gray box below the product name?

    Hi Justinwinn,

    You can add:

    .upcp-thumb-image-div a{
      background: white;
    }

    and

    .upcp-thumb-title {
    border-bottom: none;
    }

    if you get rid of the bottom box you might want to change the height of whole thumb item to something like, for example:

    .upcp-thumb-title {
    height: 280 px;
    }

    Thread Starter justinwinn

    (@justinwinn)

    Thank you, this worked great.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Product name’ is closed to new replies.