D
Deleted member 184953
Guest
Absolutely not. This is just HTML and CSS code.
It should be to the left, closer to the left block.How would you like it to appear in this case?
This is a bit of a special case, I can't imagine how to solve it properly. Do you have an idea ?
View attachment 278923
Adds a bottom margin to the social block that prevents it from sticking to XenForo links if the columns have few links.
Using XenForo tooltips instead of browser tooltips.
It would depend on your theme and the options available, but I would hazard a guess that would be no. However, you can edit the Page Container template by replacing the line at around 868 with this code:Is there any css I can add to make the contact link the same color as the rss symbol?
<li><a style="color:#F93" href="{$xf.contactUrl}" data-xf-click="{{ ($xf.options.contactUrl.overlay OR $xf.options.contactUrl.type == 'default') ? 'overlay' : '' }}">{{ phrase('contact_us') }}</a></li>
Think this is what you mean, if so, add this in your EXTRA.less template
Code:.p-footer-copyright .p-footer-default a { &[href*="misc/contact"] { color: #FFA500 !important; } }
View attachment 279997
Never used this addon so can't test properly but you could try thisI tried that in both the extra.less and footer_pro.less
I think it might have to do with the fact I moved that link from the standard position to within the footer pro at dn.ca
.fp-blockColumn a {
&[href*="misc/contact"] {
color: #FFA500 !important;
}
}
.p-footer a[href*="misc/contact"] {
color: #FFA500 !important;
}
CSS adjustment:
- Prevent
extra.less
template modification to be perform while add-on is deactivated.
We use essential cookies to make this site work, and optional cookies to enhance your experience.