Jump to content

Modificare Background Tema Ipb 3.4.6


Go to solution Solved by Kennzo,

Recommended Posts

Posted

Modifica din:

AdminCP > Look & Feel > Tema ta > CSS > ipb_styless.css

si editeaza expresia:

body {

si adauga sub:

background: url('link imagine.png');
background-attachment: fixed;
background-size: 100%;
  • Moderators
Posted

La body urmatoru:

body {
	font: normal 13px helvetica, arial, sans-serif;
	position: relative;
}

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

  • Moderators
Posted

UPP

 

Puteţi da up la topic odată la 48h.

 

Ori ultraphase ori overs?

 

Pe tema default, background pe toata pagina cam greu :)

Posted

UPP

Schimba body al tau cu asta:

body {   
    
background:  url('http://imgur.com/T446UsP.png') no-repeat 50% 0;     
background-attachment:fixed;     
background-size: 100%;     
color: #bcbcbc;     
font: normal 11px tahoma, helvetica, arial, sans-serif;     
position: relative; 
 
}
  • Solution
Posted

Nu merge..nu se vede pe tot ecranul

Codul corect pentru forumul tau era:

EDIT, codu corespunzator pentru el:

body {
 
    background:  url('http://imgur.com/T446UsP.png');
    background-attachment:fixed;
    background-size: 100%;
    color: #bcbcbc;
    font: normal 11px tahoma, helvetica, arial, sans-serif;
    position: relative;
    
}
  • Upvote 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.