• Resolved Navarre8

    (@navarre8)


    Hi all

    I’m using BNS Add Widget for my footer content, which is 2 lines of text. However, I cannot stop 1 of the lines from appearing in bold. I have tried font-weight: normal and now have it set as inherit but the two lines still appear differently. I searched previous posts but could not find anything on point.

    Any thoughts as to how I can remove the bold? Cheers in advance.

    https://www.mcdonnellslegal.com.au

    I have added the following to my style.css in the Child Theme for the site:

    /* Text styling for footer widget */

    .bns-add-widget {
    font-size: 12px !important;
    font-weight: inherit !important;
    font family: “Lora”;
    line-height: 1.5;
    margin-bottom: 5px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello!

    Try this in your Custom CSS:

    .bns-add-widget-title {
    font-size: 12px;
    font-weight: lighter;
    }

    Hope that works!!

    Thread Starter Navarre8

    (@navarre8)

    Thank you BjScott!

    Absolutely brilliant – case closed ??

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove bold from text in BNS Add Widget’ is closed to new replies.