Jump to content

Variant colors css problem


SeizeTheDay

Recommended Posts

hello,

you need to add " display: contents; "
in file:
themes/01bold/assets/css/theme.css
line: 8392

like:

.products .product-miniature .product-content.visible {
    display: contents;
}
OR

.products .product-miniature .product-content.visible {
    display: table-row;
}

  • Like 1
Link to comment
Share on other sites

As I see in site, its not show any new code in this line.
where you added this code?

can you little explain.
if you simple add

display: contents;

and its just works fine for all devices

  • Like 1
Link to comment
Share on other sites

2 minutes ago, Razi said:

As I see in site, its not show any new code in this line.
where you added this code?

can you little explain.
if you simple add

display: contents;

and its just works fine for all devices

I edited it as you stated. I think you need to delete cookies. I have added the css file below, you can check it.

thanks.

theme.css

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...