KK wrote: @pedrooliveira
Hi,
You can try this for the div -
- Code: Select all
body > div:last-child { ..your style here.. }
and this for the anchor tag within it -
- Code: Select all
body > div:last-child a{ text-decoration: none; }
Hope this helps.
KK tried both of your solutions, but it seems if i do that the entire template will be replaced with the conditions specified on both the identifiers of the CSS.
I think I have do study a bit more on that subject.
Off-Topic, just finished the translation to PT-PT (Portuguese - Portugal) of Couch, I'm leaving the file here in attachment in case you guys want to use it

Cheers.