New Landing How can we help? Themeforest Theme Support Neighborhood Subscribe Dropdown Customizations

Viewing 7 posts - 1 through 7 (of 7 total)
  • #231647
    onehipcat
    Member
    Post count: 170

    Hi,

    I have inserted the subscribe option on my website and I’m trying to figure out how to customize the dropdown. I would like the text inside the box to be white. What custom css do I use?

    Attachments:
    You must be logged in to view attached files.
    #231654
    onehipcat
    Member
    Post count: 170

    I was able to change the color inside by changing the <h2> color in the color customizer.

    Now, I just need to know how to change the subscribe button color.

    #231835
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I can’t get to your site, it redirects to a yahoo search

    – Kyle

    #231910
    onehipcat
    Member
    Post count: 170

    Weird. It re-directs when you go to http://www.707ave.com?

    #231912
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    For the button, please add this:

    input#mc-embedded-subscribe {
        background: red;
        border: red;
        outline: none;
        padding: 15px 15px 10px 15px;
    }

    Thanks,
    David.

    #231924
    onehipcat
    Member
    Post count: 170

    Yes! Perfect. How to I make both spots that say subscribe bold & the second “subscribe” button needs to be Helvetica.

    #232144
    David Martin – Support
    Moderator
    Post count: 20834

    Please also add:

    nav .menu li > a {
        font-weight: bold;
    }
    
    input#mc-embedded-subscribe {
        font-family: helvetica;
        font-weight: bold;
    }

    – David.

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

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

License required for the following item
Login and Registration Log in · Register