Stylish Linktree 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
Re: Stylish Linktree Reply #2 – 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.
Re: Stylish Linktree Reply #3 – August 12, 2016, 08:42:19 pm I replaced the whole linktree entry with this. But no output. Can you check please ?
Re: Stylish Linktree Reply #4 – 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.
Re: Stylish Linktree Reply #5 – August 13, 2016, 03:43:35 am Less than perfect, but you could improve it:Code: [Copy].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;}
Re: Stylish Linktree Reply #6 – August 13, 2016, 05:27:45 am Quote from: emanuele – August 13, 2016, 03:43:35 amLess than perfect, but you could improve it:Code: [Copy].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.
Re: Stylish Linktree Reply #7 – 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".
Re: Stylish Linktree Reply #8 – August 13, 2016, 06:30:05 am Quote from: ahrasis – August 13, 2016, 05:41:21 amDisable the whole linktree css first.From where can I do that ?
Re: Stylish Linktree Reply #9 – August 13, 2016, 07:36:01 am The code above is the only thing in my custom.css:http://www.elkarte.it/community/index.phpI don't know if you changed other things.
Re: Stylish Linktree Reply #10 – August 13, 2016, 07:47:34 am Must have messed up some css somewhere. Will check.