• 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.

ShortURL Header Logo

Shan

💖 Chevereto Fan
Okay so I'm a "bit" lost when it comes to changing the ShortURL header logo.

For example, http://imagize.me/6Ca

NRaZY.png


Now I first had to find where the image was located, which I could not.

However in the style.css I found;

Code:
        #shortURL #header h1 a {
            display: block;
            width: 126px;
            height: 26px;
            text-indent: -999px;
            background-image: url(data:image/png;base64,lots of letters/numbers==);
            }

And seeing as the ShortURL page uses the header in the .css I thought I was there.

SO I changed it.

Code:
        #shortURL #header h1 a {
            display: block;
            width: 126px;
            height: 26px;
            text-indent: -999px;
            background-image: url('/theme-img/shorturl.png');
            }

And what happens? Nothing. I just can't where else the image would be, as I've been through the entire css and all directories.
 
Use a valid url for the css, just notice the other css backgounds and notice the ./
 
Ook that makes a bit more sense.

I did that before and it didn't work for me, but it seems the issue is my internet, which won't display changes for a long time.
 
Back
Top