Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #759348

    Hi,

    I use Enfold them with Woocommerce and have an issue with the Related products section. It is not showing up the title of the products…it only shows the price and the image…

    could you please check and let me know how to show title as well? See link below privately…

    Thanks

    #759381

    Hey siker007,
    It looks like your alternate color is set to white. Try this code in the General Styling > Quick CSS field:

    .inner_product_header_cell h3 {
    color: #c3512f !important;
    }

    Best regards,
    Mike

    #759482

    Hi Mike,

    thanks…excellent…one more question…

    how to disable the hover effect on the “add to cart” and “show details” buttons on the related products section…or how to make it in an other color or use the same brown color when i hover on it now….

    #760735

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia_cart_buttons {
        opacity: 1;
    }
    

    Best regards,
    Yigit

    #773840

    Hi there!

    I used this CSS:

    .inner_product_header_cell h3 {
    color: #c3512f !important;
    }

    Worked fine, but I updated today the theme (to fix the error with WooCommerce 3), and now is disabled.
    Some help about this?

    #773885

    Hi,

    It works fine on my end, attached a screenshot in private content field.

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Best regards,
    Yigit

    #773922

    Hi Yigit,
    This is the link with screenshots.
    Regards,

    #773928

    Hey!

    Sorry i was checking the website of the creator of this thread. Can you please start a new thread and attach temporary admin logins in private content field so we can look into it? if you post them here, they will be visible to creator of this thread as well

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.