New Landing How can we help? Cardinal Setting formatting in widgets (Cardinal)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #146464
    nicneu
    Member
    Post count: 31

    Hi!

    1) I would like to change the formatting of the submit button that appears in widgets to a different background color (normal and rollover), font size, and make text appear in all caps. How/where can I specify this?

    2) Also, is it possible to make the footer widget submit button a different color from the submit button in the sidebar widget?

    3) The title of different widgets has different formatting (see attached screen shot of sidebar widgets). How can I make the top widget have the title in H3 like the lower one?

    4) In the Mailchimp subscribe I have embedded in the footer, an envelope icon is appearing and I can’t figure out where it comes from. I used the MailChimp embed code that is supposed to adapt to your own site’s formatting. Can you help? (see screenshot 2 of footer widget).

    I’m using the Cardinal theme with a child theme.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #146478
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Regarding your questions.

    1) Add the code below to your custom css option

    
    #subscribe-submit input[type="submit"] {
    font-size: 21px;
    text-transform: uppercase;
    }
    

    2)
    This is for the present mailchimp subscribe button.
    Add the code below to your custom css option. Adjust the color value.

    
    #footer-widgets input#mc-embedded-subscribe{
    background-color:#EEE!important;
    }

    3)

    
    .jetpack_subscription_widget label {
    font-weight: normal!important;
    }

    4)
    Add the code below to the custom css option to clear that icon

    
     .widget #mc_embed_signup > form:after {
    content: ""!important;
    }

    -Rui

    #146871
    nicneu
    Member
    Post count: 31

    Thank you, with some small additional modifications that solved it.

    #147088
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Rui

Viewing 4 posts - 1 through 4 (of 4 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