Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3674667
Bought Together Title Bold & Bigger
Open

Comments

  •  1
    Darren started the conversation

    Hi,

    How do I make the Frequently Bought Together heading bold and slightly bigger without making the rest bold?


    I’ve tried some css but it makes all the text bold and not just the title. 


    Website is https://giftandgadgetshop.co.uk


    Thank you

    Darren

    Attached files:  IMG_9738.jpeg

  •  1,226
    Dustin replied

    Hi Darren,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woobt-before-text {
        font-size: 20px;
        font-weight: bold;
    }

    And the result:

    3988304149.png


    Best regards,
    Dustin

  •  1
    Darren replied

    Thanks Dustin, works perfect


    Darren