• Habiller le bouton "Répondre" aux commentaires


    Vendredi 8 Octobre 2021 à 08:57
    La Gentille Rebelle

     

    A ajouter dans le CSS

     

    .comment-reply
    { position: relative;
      margin-top: 150px;margin-bottom: 30px;
     margin-left: auto; margin-right: auto;
    background: red;
     background-image:  url('url texture');
      border-radius:20px;  
      border: 2px dotted #FFEECC;
      padding:8px; width: 120px;
      box-shadow:0px 0px 10px black,0px 0px 10px black inset;} 

     

     

    A rajouter pour retirer la marge et

    la ligne verticale à gauche des réponses des coms

     

    .block-reply
    {border-left: none;padding-left: 0px;}

     

     




    Ce sujet est verrouillé. Vous ne pouvez donc pas poster de nouvelles réponses.