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

    CocoLores
    Participant

    Hi there,

    i cant change button size and shape.
    It stay every time the same.
    Button colors and style work’s!

    Can you help please?

    Regards
    Coco

    #346168

    CocoLores
    Participant

    …oh, i see it works for individual buttons.
    But not in the general theme settings.

    Can i change it?

    Next question is: how can I change the line thickness
    for the transparent buttons?

    Regards
    Coco

    #346176

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    You can change all the button settings (color, size, shape) in your customizer by going to Appearance > Customize > Buttons. Please make sure that you set all the things you want to change. These settings applies to all default buttons in X and even in buttons generated by plugins. If ever you are referring to a button in the page which was previously built by Cornerstone or from our demo contents, you need to edit this page and inspect the button element to change its settings.

    If nothing else works, would you please provide us the url of the page with the button and access information of your site (if under contruction mode) so we can take a closer look. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password (if under contruction mode)

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #346194

    CocoLores
    Participant
    This reply has been marked as private.
    #346210

    Paul R
    Moderator

    Hi Coco,

    To change the thickness of the line, you can add this under Custom > CSS in the Customizer.

    
    body .x-btn {
       border-width: 3px;
    }
    

    Change 3px to achieve your desired thickness.

    Hope that helps.

    #346231

    CocoLores
    Participant

    Nice, that works!
    I’ve use a additional code for hover:

    .x-btn:hover {
      border-width: 1px;
    }
    

    One more thing…
    How i can control my buttons with “Appearance > Customize > Buttons”.
    As i wrote, that will only change colors and style but don’t size and shape.
    This works only for individual button’s under Cornerstone with
    “SECTION > ROW > COLUMN > BUTTON”

    Sorry but i don’t understand what i make wrong.
    Hope you can help.

    Thank you

    #346263

    Paul R
    Moderator

    Hi Coco,

    It’s because it is being overridden by the settings in the button element in cornerstone.

    http://screencast.com/t/khXiJAcb3k

    If you want to change the button size and shape via the customizer, you need to set the shape and size to global settings.

    http://screencast.com/t/vYpR9UhsH

    Thanks

    #346279

    CocoLores
    Participant

    Gorgeous!

    Thank you so much

    #346291

    Paul R
    Moderator

    You’re welcome!