Autentificare

Va rugam sa adaugati corect numele de utilizator si parola!

A?i uitat parola?
Mihai Beta Zone

    How to change the description of Latest images

      Administrators
      Admin

      Posts : 11

      Join date : 2021-09-20

      #1

       Sun Sep 17, 2023 6:20 pm

      Administration Pannel  Display  Pictures and Colors  Colors & CSS  CSS Stylesheet
      Code:
      .imagelist_desc {
       font-size: 0px;
      }
      .imagelist_desc::after {
        content: 'NEW title here';
        font-family: Helvetica,Arial,sans-serif!important;
        font-size: 14px; /* you can play with the font-size ...increase/decrease as many as you want */
      }