Comments Boris Wenzel started the conversationMarch 21, 2019 at 9:42amHi,I tried to change the logo size from 40px to 80px height and changed the style.css on line 1274 but it won't work.Please adviceBest regardsBorisBoris Wenzel repliedMarch 21, 2019 at 2:04pmHm. it seems to be a cache problem. It worked on an other device.But isn‘t there a possibility to add css in the theme, instead of changing the css file?Best regardsBoris 1,974Support repliedMarch 21, 2019 at 3:43pmBoris,it's not recommended to change theme's files like style.css because you have to merge the changes every time you do an upgrade.You can add the code to customizer -> Additional CSSfor example #logo img { height: 80px;}change the size in pixels. Or you can do your modifications in a child theme.Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyBoris Wenzel repliedMarch 21, 2019 at 5:55pmHi supportmany thanks. Perfect solutionBest regardsBoris Wenzel Sign in to reply ...
Hi,
I tried to change the logo size from 40px to 80px height and changed the style.css on line 1274 but it won't work.
Please advice
Best regards
Boris
Hm. it seems to be a cache problem. It worked on an other device.
But isn‘t there a possibility to add css in the theme, instead of changing the css file?
Best regards
Boris
Boris,
it's not recommended to change theme's files like style.css because you have to merge the changes every time you do an upgrade.
You can add the code to customizer -> Additional CSS
for example
#logo img {
height: 80px;
}
change the size in pixels. Or you can do your modifications in a child theme.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi support
many thanks. Perfect solution
Best regards
Boris Wenzel