Viewing 6 replies - 1 through 6 (of 6 total)
  • In your Child Theme or CSS Editor try this code:

    h3 {
        font: bold 15px/1.2em "Helvetica Neue",Helvetica,sans-serif;
        color: #DB0956;
    }

    Just adjust the 15px.

    *Note this may effect other h3 tags on the site also

    Thread Starter rrobinson222

    (@rrobinson222)

    Hi

    Thanks for this.

    It has not made a difference though?

    Thanks,

    Can’t help with CSS without seeing your site.

    Thread Starter rrobinson222

    (@rrobinson222)

    Thanks for your help, I sorted it out in the end, it was a simple case of changing the H3 tag.

    However, I am now wanting to change the colour of the ‘select options’ button to #99B7DD

    Can anyone help?

    Here is the site…

    https://www.rubysbowtique.co.uk/

    I sorted it out in the end, it was a simple case of changing the H3 tag.

    That’s what the code I gave above would have done in your Child Theme or CSS Editor.

    However, I am now wanting to change the colour of the ‘select options’ button to #99B7DD

    Try this in your child theme or css editor.

    a.button {
        background: #99B7DD;
    }

    Thread Starter rrobinson222

    (@rrobinson222)

    That has worked!

    Thank you so much.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WooCommerce Product Title’ is closed to new replies.