css

  1. M

    XF 2.2 How to fix height for ad unit?

    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?
  2. FoxSecrets

    XF 2.2 Xenforo standard css layout classes

    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...
  3. M

    Themhouse Legends - Clickable Nodes

    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...
  4. A

    XF 2.2 How do you change the weight of Font Awesome icons?

    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...
  5. Baby Community

    XF 2.2 Adding images to category titles in xenforo default theme

    Is it possible to add images to category titles in xenforo default theme like this?
  6. Wildcat Media

    Creating attractive color palettes in XenForo using Adobe Color

    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...
  7. D

    XF 2.2 Match color to poster's usergroup's

    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?
  8. Starbucks

    XF 2.2 New Thread Modal - Two Columns

    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...
  9. M

    Lack of interest COLOR BB code: Improve text readability (contrast) in light and dark styles (E.g. Darken/lighten the rendered color)

    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...
  10. R

    XF 2.2 Can I update $xf.options.jsLastUpdate manually?

    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?
  11. apathy

    [AP] Style Suite 2.11.9

    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...
  12. BubbaLovesCheese

    XF 2.2 SUBMISSION : Node animation on mouse hover

    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...
  13. Nicolas FR

    Browser issue CSS issue when resizing page width in Style properties

    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...
  14. M

    XF 2.2 Tiled Header Image on Homepage

    Hello. Is it possible for me to make sure that my header image does not become tiled on some monitor? I'm assuming its a CSS issue or fix?
  15. Nicolas FR

    XF 2.2 header only on forum home (forum_list)

    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 ! :)
  16. Chromaniac

    Lack of interest Make use of content-visibility css property in default theme

    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.
  17. ibnesayeed

    Won't fix Profile name legibility issue with tricky banner image colors

    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...
  18. DarkestPaladin

    Transitioning from 1.5 to 2.1

    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...
  19. R

    XF 2.1 Extra.less not taking

    Hi I have setup a forum on my local machine to test templates on my local machine and everything is working fine as far as the forum is concerned. However, as soon as I add some custom css to the Extra.less template, none the css changes are showing at all. Any ideas? Thanks in advance.
  20. JasonBrody

    XF 2.1 User name CSS not working !

    Hi, this is my Admin group properties: But still it's remaining black / default one . . . (PHP 7.4 , XF 2.1.6) , means the CSS is not working .
Top Bottom