custom css

  1. eLeonore

    xF2 Template Modification Make Cover/Banner As Postbit Custom Background

    Preview Desktop : Preview Mobile : Profile Preview : Requirements : Addons : [tl] Profile Cover 3.0.0 Step 1 : Go to Admin CP > Appearance > Templates > Search: message_macros And Search This Code : <xf:macro name="user_info" arg-user="!" arg-fallbackName=""> Put This Below ...
  2. sarvin_pakzad

    xF2 Template Modification Grid layout for node without addon 2.1/2.2

    Just place it in Extra.less that will give it what you looking for :) Note : you need to adjust the max-width: 1100px; according to your forum. good luck .block--category { @media (min-width: 1100px){ @supports(display: grid){ .block-body{display:grid; grid-template-columns:50% 50%;}...
  3. sarvin_pakzad

    Custom styled postbit - UIP

    Hi There Guys ! After 1-2 hours , I was design a custom styled user info panel ( postbit ). Rate it if you like it. ? add-ones i used : [DBTech] DragonByte Shop AddonFlare_XF2-Awards-System with :coffee: and custom css.
  4. ENXF NET

    xF2 Template Modification Clean 3 Column Custom Field Lists

    Want clean 1-3 columns for different devices? Display one on smaller devices: Two on medium: And three on large: Add this code to extra.less CSS: .listInline--customField { @media only screen and (max-width: 600px) { columns: 1; -webkit-columns: 1; -moz-columns...
  5. ENXF NET

    Xenforo 2.0 Pulsing Register Button

    Would you like to attract the attention of visitors who visit the forum? After the following code operation, the "Register" button will appear around the heartbeat. RESULT: HOW TO: 1-) Add to extra.less template /* PULSE ANIMATION */ .pulse { position: relative; box-shadow: 0 0 0 0...
Top