Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #634473

    Hi Kriesi

    I would like to change the colour of my product headings on the shop overview page.
    I tried:

    div .products inner_product_header inner_product_header_table inner_product_header_cell alternate_color h3 main_color h3  {
    color: #00afef !important;
    }

    but no effect,what am i doing wrong here ?
    product heading colour  overview page

    Also i would like to change the colour of the price to grey on the shop overview page and red in the single product view, how can i do that?

    Thank you for your time and patience

    #634489

    Hey indieweb,

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

    .inner_product_header_cell h3 {
        color: #00afef!important;
    }
    

    Best regards,
    Yigit

    #634503

    Hi Yigit

    Thanks a mill, that worked!
    Legend.
    Now for the price…
    Cheers

    #634511

    Hey!

    Please add following code to Quick CSS as well

    .inner_product_header_cell .amount {
        color: orange;
    }

    Best regards,
    Yigit

    #634718

    Hi Yigit
    CSS King you are! :D
    Thanks, that did the job.
    Cheers

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change Colour of WooCommerce Product Titles and of price’ is closed to new replies.