ElkArte Community

Elk Development => Theme development => Topic started by: meetdilip on August 12, 2016, 01:18:27 pm

Title: Stylish Linktree
Post by: meetdilip on August 12, 2016, 01:18:27 pm
I just got some CSS from another theme. Would like to know how to add it to linktree here. Attaching the css
Title: Re: Stylish Linktree
Post by: meetdilip on August 12, 2016, 07:37:03 pm
@TE , please drop in when you have time
Title: Re: Stylish Linktree
Post by: ahrasis on August 12, 2016, 08:34:10 pm
Just find it under the linktree css. It should be under /* bla bla bla lintree bla bla bla */ or something.
Title: Re: Stylish Linktree
Post by: meetdilip on August 12, 2016, 08:42:19 pm
I replaced the whole linktree entry with this. But no output. Can you check please ?
Title: Re: Stylish Linktree
Post by: ahrasis on August 12, 2016, 09:39:45 pm
I am currently at school, sending my girl for a pre-school test. I'll try to look into it later.
Title: Re: Stylish Linktree
Post by: emanuele on August 13, 2016, 03:43:35 am
Less than perfect, but you could improve it:
Code: [Select]
.linktree {
    padding-right: 1.5em !important;
    border: transparent !important;
    box-shadow: none;
}
.linktree:after {
    right: -0.6em !important;
    border: transparent !important;
    box-shadow: none !important;
}
Title: Re: Stylish Linktree
Post by: meetdilip on August 13, 2016, 05:27:45 am
Quote from: emanuele – Less than perfect, but you could improve it:
Code: [Select]
.linktree {
    padding-right: 1.5em !important;
    border: transparent !important;
    box-shadow: none;
}
.linktree:after {
    right: -0.6em !important;
    border: transparent !important;
    box-shadow: none !important;
}

I added this to custom.css. But it does nothing.
Title: Re: Stylish Linktree
Post by: ahrasis on August 13, 2016, 05:41:21 am
Disable the whole linktree css first. From there you can see the difference by way of custom.css or otherwise, some of the linktree css will still "kick in".
Title: Re: Stylish Linktree
Post by: meetdilip on August 13, 2016, 06:30:05 am
Quote from: ahrasis – Disable the whole linktree css first.

From where can I do that ?
Title: Re: Stylish Linktree
Post by: emanuele on August 13, 2016, 07:36:01 am
The code above is the only thing in my custom.css:
http://www.elkarte.it/community/index.php

I don't know if you changed other things.
Title: Re: Stylish Linktree
Post by: meetdilip on August 13, 2016, 07:47:34 am
Must have messed up some css somewhere. Will check.