I want that all the buttons have the same look. But now the buttons from the Nectar slider and the normal buttons look different.
I prefer the look from the slide (text size and letter spacing), except that the borders are slightly rounded. I want them straight. If I choose default button, it doesn't have the shadow.
So how can I have the slider buttons have straight corners while I keep the shadow?
And how can I have the other buttons look the same?
Could you remove the CSS earlier provided by CSS or any other CSS that is altering the Button Styling so we can check why the buttons are getting styled differently.
You can change the size of the button from builder settings, and for letter spacing you just simply add a class to the button and write CSS for letter spacing. Please see the attached screenshot for adding the class and changing the size of the button.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
I want my button to be with straight corners, instead of rounded corners. And less padding on the top and bottom in the button. Is that possible?
And how can I change the font in the button and text size?
Hi Marcellkox,
Use the following css:
Thanks.
Thanks Adrew,
That worked for the main buttons. But it didn't work for the buttons in the sliders and blog carousel. How do I fix that?
Hey Again,
Try adjusting these button options in here:
Thanks
ThemeNectar Support Team
Hey,
I want that all the buttons have the same look. But now the buttons from the Nectar slider and the normal buttons look different.
I prefer the look from the slide (text size and letter spacing), except that the borders are slightly rounded. I want them straight. If I choose default button, it doesn't have the shadow.
So how can I have the slider buttons have straight corners while I keep the shadow?
And how can I have the other buttons look the same?
Thanks
Hey Again,
Could you remove the CSS earlier provided by CSS or any other CSS that is altering the Button Styling so we can check why the buttons are getting styled differently.
Thanks
ThemeNectar Support Team
I removed the CSS. They're almost the same now. Only the size is slightly smaller, and letter spacing is less.
Hey Again,
You can change the size of the button from builder settings, and for letter spacing you just simply add a class to the button and write CSS for letter spacing. Please see the attached screenshot for adding the class and changing the size of the button.
.anyClassname {letter-spacing:5px !important;}
ThemeNectar Support Team
Thanks,
But the buttons are still slightly rounded. How can I make them straight?
You need to change the Button Style option to default from our theme options.
Thanks.
ThemeNectar Support Team
Hey Tahir or Andrew,
The buttons (The Nectar Slider buttons doesn't have this) have a thin line on the bottom of the button in a slightly different colour.
Is it possible to remove this?
Kind regards,
Marcel
Hey Again,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Hey Tahir,
The url is www.fiducialis.nl
Thanks
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team