New Landing How can we help? Cardinal Widget Title: Remove All-Capitalized Letter In Bold Design Style

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #107186
    tylerdurdenphi
    Member
    Post count: 52

    When using the bold design style, how can I make it so that all of the letters within a Widget Title are not CAPITALIZED? I would like them to read normally.

    Thank you in advance!

    #107270
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this in the Custom CSS.

    .sidebar h4.spb-heading, .sidebar h3.spb-heading { text-transform: none; }

    if this isn’t help, can you post the URL of the site or that page, so that I can check and give you the right CSS.

    Let us know,

    Thanks,
    laranz.

    #107474
    tylerdurdenphi
    Member
    Post count: 52

    This did not seem to do it, see http://go-preview.com/.

    Along the same area, is there a way to adjust the color of the bars under these titles?

    Thank you again for your help.

    #107587
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    You mean in the Footer? If so try this.

    #footer h6 { text-transform: none; }

    or you mean this text? “Welcome to Quakerbridge Pediatrics!” if so try this.

    .spb-heading h1 { text-transform: none; }

    Try this for its color.

    .bold-design .spb-heading:after { background-color: #ff0000; }

    Let us know,

    Thanks,
    laranz.

    #109223
    tylerdurdenphi
    Member
    Post count: 52

    Worked. Thank you.

    EDIT: Sorry, I spoke too soon. I would like the headers to still remain bold. What would I need to add to the CSS to accomplish this.

    Thank you again for all of your help!

    #109228
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I guess you are talking about this text:
    “Welcome to Quakerbridge Pediatrics!”
    “Services We Offer”
    “Meet Our Team”

    Add the code below to your custom css option.

    
    h1, .impact-text, .impact-text-large {
    font-weight: bold!important;
    }

    -Rui

    #109242
    tylerdurdenphi
    Member
    Post count: 52

    Yes, I did mean text and this works perfectly. Thank you, resolved.

    #109353
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great.
    -Rui

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register