Best Premium and Free WordPress Themes › Forums › Lawyer Zone Pro › How to customize logo This topic has 5 replies, 2 voices, and was last updated 2 years ago by acmesupports. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 18, 2021 at 12:05 am #99389 fdarnParticipant Hello, How do I customize the logo size in Lawyer Zone Pro? I need to make it bigger. I tried using the below CSS. It does not work. img.custom-logo { width: 600px; } September 20, 2021 at 3:55 am #99403 acmesupportsModerator Dear fdarn, Please provide your site URL. Best Regards! September 20, 2021 at 6:14 am #99404 fdarnParticipant Ohio RSOL September 21, 2021 at 3:21 am #99413 acmesupportsModerator Dear fdarn, Please add the given CSS in Additional CSS: Appearance > Customize > Additional CSS .custom-logo-link img { width: 100%; max-height: 50px; } Best Regards! September 21, 2021 at 1:31 pm #99414 fdarnParticipant That is not working. It’s still too small. I need the image to be width: 400px and height: 136px How can I do that? September 22, 2021 at 4:19 am #99416 acmesupportsModerator Dear fdarn, Update the given CSS in Additional CSS: Appearance > Customize > Additional CSS .custom-logo-link img { width: 400px; max-height: 136px; } Best Regards! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Enter something special: Log In