Does anyone know how to make the code larger on Thalia theme. You can hardly see it.
Topic summary
Main issue: The logo in the Thalia theme appears too small and hard to see; the requester asks how to enlarge it.
Recent guidance: Support suggested first trying Theme Customization to adjust logo size; if insufficient, use custom CSS. Store URL was shared (https://pixiesposh.com).
Resolution and steps:
- Navigate to Online Store ā Theme ā Edit code ā main.css.
- Add CSS targeting the logo image selector to set fixed dimensions (height and max-height set to 100px with !important).
- Selector used: .logo.logo img; properties: height: 100px !important; max-height: 100px !important.
Outcome: The CSS change successfully enlarged the logo; the requester confirmed it worked perfectly.
Status: Resolved. No remaining questions or disagreements.
Notes: A code snippet was central to the solution. If the site is password-protected, sharing access can help with troubleshooting.
This is PageFly - Free Landing Page Builder.
You can change the size in Theme Customization and change the size of the logo size.
If not it can be achieve by using custom code, please help me to share your site URL ( and password if password protected). I will check and give a solution
Hope this can help you solve the issue
Best regards,
PageFly
Hi @Pixiesposh
Iām Richard Nguyen from PageFly- Free Landing Page Builder
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->main.css ->paste bellow code in bottom of file
.logo.logo img {
height: 100px !important;
max-height: 100px !important;
}
Hope that my solution works for you.
Best regards,
Richard | PageFly
That worked perfectly. Thank you so much!
you are welcome @Pixiesposh ![]()