Jump to content

Cum pot schimba logo si backgrounds de la tema Villain


Recommended Posts

Posted

La logo intri Look & Feel - Manage Skin Sets & Templates - Tema ta - globalTemplate - si apesi CTRL + F si cauti asta <!-- ::: BRANDING STRIP: Logo and search box ::: -->

Posted
42 minutes ago, gromp said:

Pentru background cauti 


body {

Si inlocuiesti la background-image: 

De aici ce inlocuiesc..


body {
    background: #e3ae7b url("{style_images_url}/background.jpg") no-repeat 50% 0 fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #bcbcbc;
    font: normal 11px tahoma, helvetica, arial, sans-serif;
    position: relative;
    padding-bottom: 6px;

Posted (edited)
8 minutes ago, xReady said:

De aici ce inlocuiesc..


body {
    background: #e3ae7b url("{style_images_url}/background.jpg") no-repeat 50% 0 fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #bcbcbc;
    font: normal 11px tahoma, helvetica, arial, sans-serif;
    position: relative;
    padding-bottom: 6px;

Ai 2 variante:

1.Te duci in ftp - public - style_images - folderul cu imaginile temei - background.jpg si il inlocuiesti cu bg-ul tau.

2.Inlocuiesti 

background: #e3ae7b url("{style_images_url}/background.jpg") no-repeat 50% 0 fixed;

cu

background: #161616 url(link direct de la imaginea ta);

Iar in caz ca vrei sa il centrezi/pozitionezi 

 background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

PS: DACA AI NEVOIE DE AJUTOR, LASA LINK DE LA FORUM CU TEMA PE VIZIBIL!

Edited by gromp

WWW.TECTONICPX.COM [ Professional Web Design Services ]

Posted
body {
    background: #161616 url(http://i.imgur.com/BS2wo.gif) !important;

Inlocuiește codul pe care ți l-am dat eu. Sau șterge clasa .cbe din body. Dacă nu reușești, trimite-mi un PM.

  • Like 1
Posted
7 minutes ago, DeNyS. said:

body {
    background: #161616 url(http://i.imgur.com/BS2wo.gif) !important;

Inlocuiește codul pe care ți l-am dat eu. Sau șterge clasa .cbe din body. Dacă nu reușești, trimite-mi un PM.

A mers multumesc, dar la Logo nu reusesc am asa..

    <!-- ::: BRANDING STRIP: Logo and search box ::: -->
            <div id='branding'><div class='wrapper clearfix'>
            
                <div id='logo'>
                    <if test="brandingBar:|:ipsRegistry::$applications[ $this->registry->getCurrentApplication() ]['hasCustomHeader']">
                        {parse template="overwriteHeader" group="{current_app}_global" params=""}
                    <else />
                        {parse template="defaultHeader" group="global" params=""}
                    </if>
                </div>

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.