[solved] Text links in footer
Posted: 19 Feb 2026, 12:40
Hi all,
I've been using X3 for years, though for personal use only. Now I want to take the plunge and make my personal website using X3.
I have run into a couple of issues and would like to address them one by one, starting with my current pet peeve:
Text links in the footer, i.e. I want the 'title' attribute displayed.
My site is hosted in Germany, I want to move some legally required links from the main menu to the footer. In my opinion, they are as desirable and visually appealing in the main menu as dust spots in a photo. Begone!
Right now, Settings | Footer looks like this:
The links proper work fine but they're defined as icons only.
It is my understanding that I can override standard CSS by adding my own CSS code to Settings | Custom | Custom CSS. Unfortunately, my CSS skills are limited and I have had no luck so far.
To check whether or not I am generally able to overrule the standard CSS, I tried this snippet:
That worked well and led me to believe I am doing the right thing using wrong code.
So, what would be the best approach?
Thanks & cheers
I've been using X3 for years, though for personal use only. Now I want to take the plunge and make my personal website using X3.
I have run into a couple of issues and would like to address them one by one, starting with my current pet peeve:
Text links in the footer, i.e. I want the 'title' attribute displayed.
My site is hosted in Germany, I want to move some legally required links from the main menu to the footer. In my opinion, they are as desirable and visually appealing in the main menu as dust spots in a photo. Begone!
Right now, Settings | Footer looks like this:
Code
<div class="icon-buttons hover-color hover-title">
<a href="/Datenschutz/" title="Datenschutz"></a>
<a href="/Impressum/" title="Impressum"></a>
</div>It is my understanding that I can override standard CSS by adding my own CSS code to Settings | Custom | Custom CSS. Unfortunately, my CSS skills are limited and I have had no luck so far.
To check whether or not I am generally able to overrule the standard CSS, I tried this snippet:
Code
.footer { background-color: red !important; }So, what would be the best approach?
Thanks & cheers