Does anyone know how to change the button colors and sizes? And soften the corners?
I'm working on this yet-to-be-published site: ecit-edilion.emino.dk and the "Prøv gratis" and "Læs mere" buttons on the first page is a good example. I don't like the blue color and the border, and I like the corners to be a bit soft. I tried to change some things in Settings -> Stylesheet -> Site, but it didn't show in the website.
Using devtools in my browser, I can see that the colors is coming from /css/colors/vividcerulean.min.css, and you can change them from there. You need access to the files for this, this can be through FTP, Kudu or similar.
Also, I can see you have a class of 'rounded-0' on your buttons, if you remove that one, they will fall back to the default rounding of bootstrap.
Button color, size and look
Hi,
Does anyone know how to change the button colors and sizes? And soften the corners?
I'm working on this yet-to-be-published site: ecit-edilion.emino.dk and the "Prøv gratis" and "Læs mere" buttons on the first page is a good example. I don't like the blue color and the border, and I like the corners to be a bit soft. I tried to change some things in Settings -> Stylesheet -> Site, but it didn't show in the website.
Thx 🙂
Hi Gitte
Using devtools in my browser, I can see that the colors is coming from
/css/colors/vividcerulean.min.css
, and you can change them from there. You need access to the files for this, this can be through FTP, Kudu or similar.Also, I can see you have a class of 'rounded-0' on your buttons, if you remove that one, they will fall back to the default rounding of bootstrap.
Thx Søren. Kind of you to answer.
I can't get to the area where I change corners. I found the colors though. It was hidden in colors/deer.min.
is working on a reply...