• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Some guide to modifying logo.svg

mordavia1982

Chevereto Member
I know this is not really a tech support per say... but when you ever get time, can you please list some of the SVG specs you created logo.svg with? I attempted to open the SVG in Adobe Illustrator and made some text and made it into compound path, but the logo does not show up after replacing it.

Or how do you suggest we modify the name?

edit the php file and point it to a .jpg instead of .svg?
 
You don't need to modify the original one. Just create a new Illustrator document and make sure that the documetn size match the size (or the ratio) of the desired final image. Then just save as .svg
 
Without modify anything (I mean script, css...) is it possible to have a logo more than 20px height ? I just created many svg but all of them are too small.

Edit : Of course, if I edit the script I can put the desired logo so it's not a problem, just a question.
 
Last edited:
Without modify anything (I mean script, css...) is it possible to have a logo more than 20px height ? I just created many svg but all of them are too small.

Edit : Of course, if I edit the script I can put the desired logo so it's not a problem, just a question.

In /lib/peafowl/peafowl.css - find this,

Code:
.top-bar-logo, .top-bar-logo img {
        height: 20px;
        height: 2.13rem;

height: 2.13rem; <- change this line, I already changed mine to 2.13 from 1.43 I think it was.
 
Back
Top