Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1050809

    Hi,

    I have some issues with the woocommerce colors. It uses the Header tag colors.
    Is there a way that i can control them ?

    Example page : https://the-grid.be/product/multiplayer/
    You can see, the background is white, but the heading and other text is also white. If i change the color to for example black it goes trough the whole site and that fucks up the color layout of the rest of the site …

    #1050859

    Hey Gunther_Axeli,

    Please try the following in Quick CSS under Enfold->General Styling:

    .single-product .av_two_fifth .av-special-heading-tag {
      color:#000 !important;
    }

    Best regards,
    Rikard

    #1051024

    Hey Rikard,

    Thanks for the quick reply. That worked but is not the only color problem I have.
    If i use the Avia builder there is a element called Product Purchaise Button; that is the element where i want to change the color of the text.
    It is white and the background is also white … not easy to read :)

    #1051716

    Hi Gunther_Axeli,

    Can you try this css code:

    #top .wc-bookings-booking-form {
        color: black;
    }

    Let us know if this helps.

    Best regards,
    Nikko

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