WebSite X5Help Center

 
#ABCD WebAgency
#ABCD WebAgency
User

16 Pro - Separatore Oggetto Testo - Colore  it

Autor: #ABCD WebAgency
Visited 1001, Followers 2, Udostępniony 0  

come faccio a cambiare il colore a tutti i separatori inseriti in più oggetti testo? Grazie.

Posted on the
3 ODPOWIEDZI - 1 POMOCNY
Skeggia 12
Skeggia 12
Moderator

tramite codice al passo 1...
<style>
   #imTextObject_04_tab0, #imTextObject_05_tab1 hr {
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color:red;
}
</style>

aggiungendo l'id di ogni oggetto testo utilizzato nel progetto in cui vuoi cambiarli...

Czytaj więcej
Posted on the from Skeggia 12
Skeggia 12
Skeggia 12
Moderator

aggiungo, per modificarli tutti indistintamente, puoi anche più semplicemente definirli così...

hr {border-width:3px 0 0 0 !important;
    border-style:dashed !important;
    border-color:blue !important;
}

Czytaj więcej
Posted on the from Skeggia 12
#ABCD WebAgency
#ABCD WebAgency
User
Autor

okay grazie mille, credo di adottare la seconza soluzione.

Czytaj więcej
Posted on the from #ABCD WebAgency