• Resolved desioproject

    (@desioproject)


    Salve Scusatemi in anticipo se colpa mia, vorrei usare wallstreet
    ho impostato l’immagine della Home oK
    ma non riesco proprio a cambiare l’immagine principale che compare su tutte le pagine
    come si fa???
    senza questo dovrò disistallare…
    Grazie

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi @desioproject,

    For the change green header, Kindly paste the code given below in Custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).

    .page-mycarousel .img-responsive {
    content: url(“https://pixabay.com/get/eb37b60a2ff0043ed1534705fb094093e071e2d004b015489cf4c179a2ebb6/call-center-2275745_1920.jpg”);
    }
    Change above image Url as per the requirement.

    For more help refer this screenshot: https://prntscr.com/fsn7ei

    Thanks

    Thread Starter desioproject

    (@desioproject)

    Ciao ..l’ho scritto salvato ma non succede nulla..??
    ho provato anche con altre immagini??
    .pagina-mycarousel .img-reattiva {
    contenuti: url (“https://ad-informatica.it/wp-content/uploads/2017/08/mio-campione4.jpg”);
    }
    cosa non va??

    Hi @desioproject

    For this copy and paste below code in custom css filed,

    .page-mycarousel .img-responsive {
    content: url(https://ad-informatica.it/wp-content/uploads/2017/08/mio-campione4.jpg) !important;
    }

    Then check your website.

    Thanks

    • This reply was modified 7 years, 6 months ago by Imran Ali.
    Thread Starter desioproject

    (@desioproject)

    il primo errore era che copiavo il codice tradotto adesso l’o copiato giusto ma l’mmagine sparisce e al suo posto nulla…??
    ho anche cambiato immagine …niente?

    .page-mycarousel .img-responsive {
    content: url(“https://ad-informatica.it/wp-content/uploads/2017/08/mio-campione4.jpg”) !important;
    }
    sparisce l’immagine e i testi vanno su di riga

    Thread Starter desioproject

    (@desioproject)

    Hi @desioproject

    For this copy and paste below code in custom css filed,

    .page-mycarousel .img-responsive {
        box-shadow: 0 7px 10px -10px #000;
        padding: 336px 0 65px;
        background: url(https://ad-informatica.it/wp-content/uploads/2017/08/mio-campione4.jpg) repeat scroll 0 0 / cover #143745 !important;
    }

    Then check your website.

    Thanks

    Thread Starter desioproject

    (@desioproject)

    Ciao Imran ali
    Ho Risolto io
    erano le virgolette a non essere giuste!!

    Grazie dell’ aiuto

    Hi @desioproject

    Also, if you feel that our help needs some favor to return than you can do it by rating our theme in WordPress repo here:
    https://www.ads-software.com/support/view/theme-reviews/wallstreet/#new-post

    Close this ticket!!!!

    Thanks

    Thread Starter desioproject

    (@desioproject)

    con le virgolette giuste l’immagine si presenta ma sparisce la trasparenza….

    invece con l’utimo codice che mi ha inviato compare l’immagine ma non vanno via le Foglie
    compaiono anch’esse nella trasparenza
    che confusione!!!

    HI @desioproject

    Kindly undo previews code for leave image then use below code in custom css field.

    .page-mycarousel {
    background: url(https://ad-informatica.it/wp-content/uploads/2017/08/mio-campione4.jpg) repeat scroll 0 0 / cover #143745 !important;
    box-shadow: 0 7px 10px -10px #000;
     padding: 336px 0 65px; 
    }
    
    .page-mycarousel .img-responsive { display: none; }
    
    @media (max-width: 1441px){
        .page-mycarousel {
       padding: 300px 0 15px;
        }
    }
    
    @media (max-width: 1200px) {
    .page-mycarousel {
       padding: 250px 0 15px;
        }
    }
    @media (max-width: 992px) { 
    .page-mycarousel {
       padding: 200px 0 15px;
        }
    }
    @media (max-width: 768px) { 
    .page-mycarousel {
       padding: 150px 0 15px;
        }
    }
    @media (max-width: 480px) { 
    .page-mycarousel {
       padding: 100px 0 15px;
        }
    }
    @media (max-width: 300px) { 
    .page-mycarousel {
       padding: 50px 0 15px;
        }
    }

    Note: – Change Background image URL as your need and also use 1600x400px ratio image use for header background.

    Anything else lets me know.

    Thanks

    Thread Starter desioproject

    (@desioproject)

    ok adesso Funziona Tutto

    Grazie Grazie
    chiudo

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Cambiare immagine sulle pagine’ is closed to new replies.