• 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

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