-
AuthorPosts
-
July 31, 2015 at 2:59 am #346153
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
CocoJuly 31, 2015 at 3:25 am #346168…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
CocoJuly 31, 2015 at 3:29 am #346176Hello 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.
July 31, 2015 at 3:55 am #346194This reply has been marked as private.July 31, 2015 at 4:20 am #346210Hi 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.
July 31, 2015 at 4:58 am #346231Nice, 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
July 31, 2015 at 5:56 am #346263Hi 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
July 31, 2015 at 6:12 am #346279Gorgeous!
Thank you so much
July 31, 2015 at 6:31 am #346291You’re welcome!
-
AuthorPosts