[Support request] How to reduce front size of author and tags which show below title?

Home Forums Support [Support request] How to reduce front size of author and tags which show below title?

Home Forums Support How to reduce front size of author and tags which show below title?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2381139
    Murshid

    How to reduce the font size of the author and tags that show below the title?

    #2381449
    David
    Staff
    Customer Support

    Hi there,

    can you share a link so i can see how that meta is being output ?

    #2381569
    Murshid
    #2381594
    Ying
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .single-post .entry-meta {
        font-size: 12px;
    }
    #2381813
    Murshid

    I want to reduce font size only on mobile devices. Can you please share a code to do that?

    #2382042
    David
    Staff
    Customer Support

    Change Yings CSS to:

    
    @media(max-width: 768px) {
        .single-post .entry-meta {
            font-size: 12px;
        }
    }
    #2382081
    Murshid

    Thanks a lot, sir.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.