• Resolved sunnydt

    (@sunnydt)


    Hello, I need to change the font size of the title that is under the tab title and make it all caps like the description title. I need what is under the Specifications tab to look like what is under the Descriptions tab. Thank you for any help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hello @sunnydt,

    For this block of CSS here:

    .related.products h2, #tab-description h2 {
        font-size: 17px;
        font-size: 1.0625rem;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    Add one more selector to the list and it should be all good.

    .related.products h2, #tab-description h2, .wc-tab h2 {
        font-size: 17px;
        font-size: 1.0625rem;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    Thank you!
    -Tracy

    Thread Starter sunnydt

    (@sunnydt)

    Awesome! Works perfect. Thank you so much for taking the time to answer! ??

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Yay!

    It’s our pleasure to help.

    Have a good day!
    -Tracy

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Font Size’ is closed to new replies.