Links and HTML in sub footer text

Posted in: Newsmag
Post count: 15

With Newspaper it should be possible to put html code into the sub footer text: https://forum.tagdiv.com/topic/add-a-link-to-the-sub-footer Is it possible to add the function in newsmag, too?

Thanks,
Christoph

Post count: 9544

Simplest way to do that is just edit the footer file and put in the HTML you want in the sub-footer copyright section. Simple 🙂

Post count: 15

I know, but I try to avoid starting a child theme. I guess/hope this is not a uncommon feature wish 🙂

Post count: 9544

No need to start a child theme, just edit the file in the main theme folder – it won’t implode. This is how we do it. Then just keep work folder on your hard drive (same place you should be keeping backups of all your content, images, mysql, dbase export, etc.), with note to self what you changed. Takes 5 minutes and get on with your life 🙂

Post count: 15

Of course, that’s possible. But, of course, it’s also… let put it in german “Pfusch am Bau” 😉 I just hope both themes, newspaper and newsmag, are in such simple things on par.

Post count: 6535

Hi

The best way to add a footer link is by adding it directly in code like here: http://screencast.com/t/JCLtf6ME7 Also you will need this css in theme panel >custom code > custom css:

.footer-link{
display: inline-block;
}

The result will be like here: http://screencast.com/t/AkTKcv5o This is just a basic example. You can apply any style on the link using different css properties.

Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newsmag’ is closed to new topics and replies.