Okay
  Public Ticket #3331321
Editing template question
Closed

Comments

  •  1
    Daniela started the conversation

    Hello,
    I'm editing the e-commerce ultimate template and I seem to come a cross a issue: How can I edit de colors  of the "Additional Information" Tab From a single Product Page?

    Can you help me?

    Thank you.

    Kind regards,

    Daniela.

  •  8,860
    Tahir replied

    Hey Again,

    Try adjusting the Accent Color Section in the Salient Theme Options Panel and check.

    Thanks 


    ThemeNectar Support Team 

  •  1
    Daniela replied

    Hi there,

    Thanks for the reply. 

    Already checked that, it didn't work. We are talking about a woo commerce part of the theme... Any suggestions?

    Thank you

  •  8,860
    Tahir replied

    Hey Again,

    Please provide the page URL so we can write up what's possible.


    Thanks.


    ThemeNectar Support Team 

  •   Daniela replied privately
  •  1,882
    Judith replied

    Hi Daniela,

    Please try this css:

    .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th, .woocommerce-page table.shop_attributes th {
        color: black;
    } .woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
        color: black;
    }

    Thanks.

  •   Daniela replied privately
  •  1,882
    Judith replied

    Hi Daniela,

    Please try this css:

    .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
        color: #999;
    }

    Thanks.