• Resolved oneray

    (@oneray)


    How can I change the item name box color / product name background in Modern Grid listing?

    #product_listing .modern-grid-element .product-name {
    background-color: #520000;
    }

    I’ve tried the code above, but it didn’t work.

    Can you please help !!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author ndre

    (@ndre)

    Hi @oneray,

    You can change the box color in Catalog Settings > Catalog Design > Design Schemes.

    Thread Starter oneray

    (@oneray)

    I’ve tried that, but it’s only changing the color of the pagination boxes and the search icon.

    The item name box color is still green !!

    Plugin Author ndre

    (@ndre)

    Hi @oneray,

    Thank you for reporting it. Please update to the latest version. It should fix this issue.

    Thread Starter oneray

    (@oneray)

    Thanks for the update.

    Is there a way to change the item name box color independently of the other boxes colors ?

    • This reply was modified 4 months, 3 weeks ago by oneray.
    Plugin Author ndre

    (@ndre)

    Hi @oneray,

    Yes, you can use the following custom CSS

    #main-content .al_archive a h3.product-name.blue-box {
    background-color: yellow;
    color: #000;
    }

    Thread Starter oneray

    (@oneray)

    Great, but now the transparency is gone.

    Is there a way to keep the transparency of only the item name box or even control the percentage of it?

    Thread Starter oneray

    (@oneray)

    well, I’ve added: opacity: .9; done.

    Thanks.

    • This reply was modified 4 months, 2 weeks ago by oneray.
    • This reply was modified 4 months, 2 weeks ago by oneray.
Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.