Product page : look of the recomandation block

Posted in: Newspaper
Post count: 260

Hello

For the first time I used the recomandation suggestions on a product page:
http://www.virtualmagie.com/boutique/tours-de-magie/livre-vm-5-5-viktor-vincent-christian-girard-gounico-sebastien-defrance-orelien/

But it look strange.
The background color block it is the one of the color theme so with the color text it is not readable.
Could you fix this on an next update and before that give me an CSS?

http://content.screencast.com/users/virtualmagie123/folders/Default/media/7631109f-470b-4bcb-9945-f7b55365619b/VM.jpg

Thanks

Post count: 7909

Hi,

Try this custom css in Theme Panel > Custom Css – http://screencast.com/t/HPLkWkRQ3e

.woocommerce .upsells h2 {
color: #fff;
}

I will also add this to our list for the next update.

Thanks!

Post count: 260
Post count: 260
Post count: 22421

Hello,
Alin gave you a code to change the title color to white. I see it works on your page.
Please provide more details so we understand better how to help you!
Thanks.

Post count: 260

Here more details to understand that the block look don’t feet with the other of your theme:

VM

Post count: 22421

Hello,

This css code should fix it:

.upsells h2{
font-size:14px;
display:table;
padding-left:10px;
}

http://screencast.com/t/mXEmwq00cnT
Thank you!

  • This reply was modified 10 years by Bogdan B..
Post count: 260

Thanks. It is better.
But the height it is not the same and at the end it miss space with the right side.
http://www.virtualmagie.com/boutique/tours-de-magie/livre-vm-5-5-viktor-vincent-christian-girard-gounico-sebastien-defrance-orelien/

Post count: 22421

Hello,

Please replace the previous code with this one:

.upsells h2 {
font-size:14px;
display:table;
padding-left:10px;
line-height: 30px;
padding-right:10px;
}

Thanks.

Post count: 260

Ok thanks. It works.

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.