Comments Heiserwulf started the conversationFebruary 3, 2024 at 11:15pmis there a way to change the logo size.. Especially in mobile view.. It is quite small 60Olga repliedFebruary 5, 2024 at 7:45amHello,yes, you can play with the css to change it@media(max-width: 767px) {.header .logo:not(.is-text) { max-width: 138px ;}}Thanks!Heiserwulf repliedFebruary 5, 2024 at 7:17pmHi there,is this in the style.css file... i have looked for that line and i cant find it. Sorry i am a bit of a newbie editing the css fileHeiserwulf repliedFebruary 5, 2024 at 7:30pmHi again, Im sorry i found it.. One other question, the gradient color throughout the website, how do i edit this colorAttached files: Screenshot 2024-02-05 122935.png Screenshot 2024-02-05 123002.png 60Olga repliedFebruary 6, 2024 at 12:48pmHello,you can work with gradient colors here - https://voicer.softali.net/wordpress/voicer/docs/#theme_main_colorsthanks! Sign in to reply ...
is there a way to change the logo size.. Especially in mobile view.. It is quite small
Hello,
yes, you can play with the css to change it
@media(max-width: 767px) {
.header .logo:not(.is-text) {
max-width: 138px ;
}
}
Thanks!
Hi there,
is this in the style.css file... i have looked for that line and i cant find it. Sorry i am a bit of a newbie editing the css file
Hi again, Im sorry i found it.. One other question, the gradient color throughout the website, how do i edit this color
Attached files: Screenshot 2024-02-05 122935.png
Screenshot 2024-02-05 123002.png
Hello,
you can work with gradient colors here - https://voicer.softali.net/wordpress/voicer/docs/#theme_main_colors
thanks!