|
|
---|---|
Posted by | Free CSS Template + Tutorial! |
katie 🍃 (#106445)
Warrior View Forum Posts Posted on 2019-01-25 23:49:10 |
Desert Flower (#93267)
View Forum Posts Posted on 2021-02-06 22:17:37 |
I'm sorry, but I am rather confused about the lioden logo, how do we import our edited image and under which specific line of code? 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2021-02-06 22:54:18 |
This is the line in the template: /* LIODEN LOGO REPLACER */ div.container.main>div:nth-child(1)>nav>div.navbar-header>a>img { content: url('IMAGE URL HERE'); } And you'll need the direct link to the image. you'll usually want a transparent png. an example of a good direct link would look like this: https://i.imgur.com/YMAtvec.png and an example of a link that wouldn't work would be https://imgur.com/YMAtvec - it needs to end in .png So if you wanted to replace the logo with that particular recolor, you would get: /* LIODEN LOGO REPLACER */ div.container.main>div:nth-child(1)>nav>div.navbar-header>a>img { content: url('https://i.imgur.com/YMAtvec.png'); } Hopefully that helped! 0 players like this post! Like? |
Soren (#95177)
Total Chad View Forum Posts Posted on 2021-02-06 23:42:48 |
Is there a reason why the pregnant lioness image also takes up the “empty cave slot” image? Because it seems to love doing that 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2021-02-06 23:56:44 |
It's because the pregnant lioness image is put in place with generic code, if you want to individually replace each (the lioness or the empty cave) you need to get the code for those specifically, this is, to reference each individual element directly through the CSS selectors. 0 players like this post! Like? |
Soren (#95177)
Total Chad View Forum Posts Posted on 2021-02-06 23:59:03 |
Ah, I see... How do I do that? Is there even a way? 0 players like this post! Like? Edited on 06/02/21 @ 23:59:13 by Soren (#95177) |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2021-02-07 00:02:29 |
Yep! You can use the inspector (right click and inspect element), which will give you all the info you need (most of the times, you'll need to analise the HTML markup to be able to specify which element you're referencing through parent-child relationships, sometimes even sibling relationships, since Lioden doesn't really use IDs). This can be rather complex though, so it's best to have some sort of knowledge on CSS in general! 0 players like this post! Like? |
Soren (#95177)
Total Chad View Forum Posts Posted on 2021-02-07 00:04:07 |
Oh damn. I’ll have to try that out one day. Since I’m new to CSS my brain might deactivate trying that . But thank you! I’ll attempt it soon. 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2021-02-07 00:06:54 |
Akjahsdka that's a mood, though! I'm always happy to help whenever I can so if you have any more doubts or need help later on when you try, don't hesitate to ask me! I may end up redirecting to some sites sometimes though because I'm terrible explaining things, haha, but at the end of the day I learnt all I know about CSS solely through googling so it's always a valuable resource. 0 players like this post! Like? |
Soren (#95177)
Total Chad View Forum Posts Posted on 2021-02-07 00:13:06 |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2021-02-07 00:20:58 |
ghost eyes (#108692)
Sapphic View Forum Posts Posted on 2021-02-07 19:31:49 |
the background i wanted to show up - isn't showing up! D: it's still the lioden savannah bg. i'm really confused bc i thought i did everything right for the body's background section.?- uhh huhmmhmm ummmm help please?? ;;o; 0 players like this post! Like? |
Soren (#95177)
Total Chad View Forum Posts Posted on 2021-02-07 21:48:36 |
^ I got them covered! Helped them fix their issue <3 0 players like this post! Like? Edited on 07/02/21 @ 21:54:21 by Satryhorn(Sorens Alt.) (#97322) |
Ky (#211854)
View Forum Posts Posted on 2021-02-07 21:59:21 |
can someone help me fix my boxes and also make the corners rounder?? 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2021-02-08 00:33:52 |
You need to put overflow: hidden; when it's not hovered, and round corners is controlled with the border-radius attribute! Like border-radius: 50px; 0 players like this post! Like? |
🍊 Clem | Project (#200438)
Bone Collector View Forum Posts Posted on 2021-02-08 01:42:41 |
Hello! I couldn't use notebook++, so I found a chrome extension called Magic CSS (I believe that's what it's called) So I'm not sure how to upload the css file 0 players like this post! Like? |