How do I change the font size of the tags and categories listing

Home Forums WordPress Theme TrueMag How do I change the font size of the tags and categories listing

Étiqueté : , ,

Affichage de 1 message (sur 1 au total)
  • Auteur
    Messages
  • #3682
    Zied Abdennabi
    Maître des clés

    How do I change the font size of the tags and categories listing on the single video post page?

    In order to change the font size of the tags and categories listing on the single video post page, you could use this code segment in Theme Options > General > Custom CSS:

    .item-tax-list {
    font-size: 20px;
    }

    You can change the value as you want

Affichage de 1 message (sur 1 au total)
  • Vous devez être connecté pour répondre à ce sujet.