Visualizzazione risultati 1 fino 4 di 4

Discussione: change background color to rené theme in footer

  1. #1
    zedshape non è connesso Utente Blog
    Data registrazione
    07-02-2025
    Messaggi
    3

    Predefinito change background color to rené theme in footer

    Hello, I'm trying to edit this gray background changing its color to white, but it doesn't work. I tried to edit the av-site-content, av-site-footer, footer-content and the av-container classes adding this:
    Codice:
    background-color: #fff;
    The theme I'm using is René.



    Does anybody know how to fix this?

  2. #2
    GraphOGLRisorse non è connesso AlterGuru 2500
    Data registrazione
    14-02-2015
    Messaggi
    4,402

    Predefinito

    Hello,
    René is a theme of AlterVista. Unfortunately, AlterVista themes are not editable.

    Anyway, this is the forum in Italian language. Please go to the English language forum. https://forum.en.altervista.org/

    Thanks, bye.

  3. #3
    zedshape non è connesso Utente Blog
    Data registrazione
    07-02-2025
    Messaggi
    3

    Predefinito

    Thank you!

  4. #4
    zedshape non è connesso Utente Blog
    Data registrazione
    07-02-2025
    Messaggi
    3

    Predefinito

    Just a quick update, maybe someone who speaks English will find this useful. I managed to change the appearance of the René theme with this code and adding !important to the end to give priority to the code all over the css configuration in the stylesheet:


    Codice:
    .footer-content {
        border-top: none !important;
        background-color: #fff !important;
    }
    
    .av-credit-link,
    .av-custom-footer {
        background-color: #fff !important;
    }
    After that I only had to purge the altervista cache and everything is working fine now


Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •