We want to use XenForo Cloud as opposed to the self hosted plan, however we would like to be able to have control over the display specifically css, and custom fonts. Will we have this control through the admin?
Hello everyone,
Here's the situation - I don't edit CSS templates directly but create a "template modification."
I do everything correctly and simply, for example:
Find: min-height: 260px;
Replace with: min-height: 400px;
After I activate this, the main page of the forum completely loses its...
I want to fix the height and width of the ad. I created a div tag with inline css specifing the height and width. but when the website loads it overrides to auto. how to fix a height and width of the ad unit?
I'm building a html table for my add-on, and i'd like to know if there is some standard css layout for it such as the code below for 'divs':
<div class="block-container">
<div class="block-body">
<div class="block-row">
Something similar for table? Where can I find a list of...
Hi all, a Xenforo Newb here... I have Themehouse Legend theme. Currently when i hover over a forum/thread node, it changes color. But the only way to click the link to a node is to click the thread title text. I would like to make the whole node area to be clickable.
In the Appearance/Style...
Hi everyone,
I've been looking through the forums for an answer and cannot find one- currently i'm using this CSS in extra.less to add icons:
.m-faBase();
.m-faContent(@fa-var-xxxx);
Unfortunately this only adds the "solid" weighted icon. How do I modify the code to suit other icon weights...
I have designed many color themes for XenForo boards over the years, and at times I would struggle with finding good sets of colors to use. Too many colors can make a design look too busy, and odd color combinations do not appeal to the eye. In addition, there were times I wanted shaded...
Hi! I'm trying to do a:
.message-name a{
text-decoration:underline;
text-decoration-color: idkwhatgoeshere ;
}
and have the underline color match the user's name color. any idea how i can grab the poster's color?
Hi there.
I would like to know if there's a possibility with CSS to change the modal that appears when clicking "Post new Thread".
We have several categories and forums which makes it quickly a list of threads you can chose from, but scrolling through a modal is not a great user experience...
We can have light styles, dark styles, or both. There is even a dedicated style property styleType that xf-intensify and xf-diminish reference to determine how they alter a color (E.g. darken/lighten). I'm now looking at adding a dark style to my forum alongside a light one. This prospect has...
I would like to update $xf.options.jsLastUpdate to force reloading of some css files (..mycss.min.css?d={$xf.options.jsLastUpdate} ) that are in the browser cache.
Can I change this somewhere in the ACP?
This addon allows users to customize the appearance of their username, custom title, posts, postbits, profiles, and tooltips, by a "Style settings" link to the Account Details section. Users can also choose a frame for their avatar from this page, or if the admin has chosen a default avatar...
Hi,
I created a Node animation using CSS that I would like to submit if anyone is interested.
When you hover your mouse over a node, a shadow will appear and it will expand, giving it the impression it is jump out.
This is a screen shot:
I made it by adding this CSS code to the extra.less...
Hello,
I have noticed a small border problem for some time:
There is a space, I guess 1px, to the left of all the blocks on my site. This space is located between the container block and its contents. I searched for hours and hours in my extra.less for what could create this problem but I did...
Hello,
How can i manage CSS to get the logo only in forum home ?
do i have to put this
[data-template="template_name"] {
.p-header-logo {display: none;}
}
for eache template ??
Thanks ! :)
https://web.dev/content-visibility/
I have been reading a lot of blog posts about this and it seems like something that could do well on complex layouts like xenforo forum pages. Just putting it out here for consideration.
I uploaded a new profile banner image with black curvy lines and transparent background, which caused my name appear in white with black outline/stroke/shadow. In the full profile view it is not very legible and in the tooltip mode the background color beneath the text is the same as without any...
Hi there, I've been using this platform for my role-playing site for about four years now. We're upgrading to 2.1 but there are a few customization options in styles that I can't find, that were readily available in 1.5.
Usually in 1.5, under the 'header and navigation' property settings there...