Nayee2 Posted April 24, 2014 Report Posted April 24, 2014 Salut am o tema Animate pe IPB 3.4.6! Accea imagine de sus care se misca o pot inlocui cu alta care sa nu se miste? Sa stea pe loc Vedeti linia rosie? -> http://s23.postimg.org/e3z8ghz0r/Untitled.png Acea imagine se misca, eu vreau sa pun alta si sa nu se miste. cum pot face?
Kennzo Posted April 30, 2014 Report Posted April 30, 2014 ACP -> Look & Feel / Style & Templates -> alege tema Animate -> globalTemplate -> defaultheader -> apesi pe butonul Revert. AdminCP -> Look & Feel -> Tema ta -> CSS -> ipb_Styles.css . Caută: #branding { și lasă reply cu ce ai acolo!
Nayee2 Posted April 30, 2014 Author Report Posted April 30, 2014 #branding { background: #000 url("{style_images_url}/banner_bg.jpg") repeat-x top; height: 130px; }
Solution Kennzo Posted April 30, 2014 Solution Report Posted April 30, 2014 #branding { background: #000 url("{style_images_url}/banner_bg.jpg") repeat-x top; height: 130px; } Schimbă cu: #branding { background: #000; height: 130px; } sau la background pui ce culoare dorești tu!
Nayee2 Posted May 2, 2014 Author Report Posted May 2, 2014 Mai e o problema.. Cum as putea adauga o imagine care sa nu se mista? Am pus o imagine normala si nu merge, imi apare ala cu negru. Am bagat imaginea mea si cu codu branding cum era inainte si se misca
Kennzo Posted May 3, 2014 Report Posted May 3, 2014 Hmm tot de la #branding { background: #culoare url ('http://xstrike.pro/public/style_images/deflection_editat/bg2.jpg') repeat-x 0 0; height: 130px; } Acolo la background poți pune ce imagine dorești tu.. sau uite alta : background: #222222 url('http://zdupp.com/forum/public/style_images/Pearled_Red/box_pattern.png') repeat-x 0 0;
Nayee2 Posted May 3, 2014 Author Report Posted May 3, 2014 am pus #branding { background: #222222 url('{style_images_url}/banner_bg.jpg) repeat-x 0 0; height: 130px; } Si acum nu imi mai apare nimic. Eu vreau sa pun eu o imagine de la mine dar sa nu se miste
Moderators Courage Posted May 3, 2014 Moderators Report Posted May 3, 2014 #branding { background: #222222 url('link_imagine') repeat-x 0 0; height: 130px; } Vezi asa.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now