Change taxonomy font size/remove it

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Change taxonomy font size/remove it

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24585
    Ixinho
    Participant

    Hello,

    how can i either remove or change font size of the following category tag?

    #24599
    Veena
    Moderator

    You can use this custom CSS –

    .category-novosti .entry-terms.multi-color .category a, .category-novosti .entry-terms.multi-color .taxonomy a {
        font-size: 11px;
    }
    

    or

    .category-novosti .entry-terms.multi-color {
        display: none;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.