• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Issue with removing Chevereto default image

im still stuck.. it comes up with errors while doing it or there is no difference.. do i have to resize my logo?
the path to the existing image is: home/holland/public_html/Joepler2.com/content/themes/Peafowl/theme-img/logo.png

could you make the snippet of what i need to replace, using the link above?

thanks in advance
 
The problem is that you remove additional rules that make the display work properly. Like width, height, text-indent, etc.

The CSS should look like this:
Code:
#shortURL #header h1 a {
display: block;
width: 126px;
height: 26px;
text-indent: -999px;
background-image: url(http://joepler.com/content/themes/Peafowl/Logo2.png);
}
 
Back
Top