Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #683259

    marcusmaxee
    Participant

    I’m trying to change the style of my Buttons.

    When I change them in the customizer it does not work – see image.

    In Cornerstone within a page I can change the shape and type, but not the color.

    #683267

    Christian
    Moderator

    Hey there,

    Please give us the URL of the page your working on and access to your WordPress admin so we could check your setup.

    Thanks.

    #683272

    marcusmaxee
    Participant
    This reply has been marked as private.
    #683275

    marcusmaxee
    Participant

    I’m also having trouble validating my x theme purchase.

    It says: “This site URL is not a match for your API key.”

    I’ve had a look here (https://community.theme.co/kb/connection-issues/) and done this http://x.dev/wp-admin/admin.php?page=x-addons-extensions&force-check=1&x-verbose=1

    it says

    array(0) {
    }

    #683287

    Nico
    Moderator

    Hi There,

    I could see that you have specific CSS for your buttons in your section because of that you were not able to change your button color using your customizer button style.

    In changing your button style on your setup, you can use your customizer custom CSS specific for your callout elements.

    .x-callout .x-btn {
        color: #ffffff;
        border-color: #65ad00;
        background-color: #92c622;
        margin-bottom: 0.25em;
        text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
        box-shadow: 0 0.25em 0 0 #55af00,0 4px 9px rgba(0,0,0,0.75);
        border-radius: 0.25em;
    }
    
    .x-callout .x-btn:hover {
        color: #fff;
        border-color: #600900;
        background-color: #df1600;
    }

    Change the values to achieve the desired button styles for your callout.

    And in your validation, please check the URL if it has the same URL where you will be adding the API key.

    Still not working, regenerate a new API-key for your domain.

    If it is the same would you mind sharing us your API-key in private. Thanks.

    Let us know how it goes.

    Thanks.

    #683300

    marcusmaxee
    Participant

    Hi, thanks for your reply.

    I’m a little confused. Where is there custom css for the buttons currently added? I don’t see anywhere and I certainly haven’t added any.

    #683311

    Lely
    Moderator

    Hello Marcus,

    Upon checking your settings, please change button styles via Appearance > Customize > Cornerstone buttons:

    Your Customizer seems weird with options that is not supposed to be there. Would you mind reinstalling your X theme and Cornerstone? Please check this link:https://community.theme.co/kb/updating-your-theme-and-plugins/.

    Hope this helps.

    #683313

    marcusmaxee
    Participant

    It wasn’t like that before, as you can see in the first image I posted.

    Thanks for fixing it?

    #683315

    marcusmaxee
    Participant

    Ah, there are two separate button settings, gotcha. Thanks

    #683316

    marcusmaxee
    Participant

    So do I need to use css to change the hover color for the cornerstone buttons?

    #683327

    Lely
    Moderator

    Hello Marcus,

    I edited my reply above. There’s should be only one Button settings.

    Your Customizer seems weird with options that is not supposed to be there. Would you mind reinstalling your X theme and Cornerstone? Please check this link:https://community.theme.co/kb/updating-your-theme-and-plugins/.

    Always,
    X