I want to use a logo size on footer 198 px x 40 px. Please kindly assist. Thanks
2 Answers
Hi Yully,
To change footer logo size in the DW Focus, Please log in to Dashboard > Theme > Customize General Settings then add the following code to the “Header Script”
<style>
#colophon.dark #site-info .small-logo {
width: 198px;
}
#colophon #site-info .small-logo {
height: 40px;
}
</style>
Hope this helps!
Wonderful, Thank you! I really appreciate it.
Please login or Register to submit your answer