Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1639034
Post Categories Font Size
Closed

Comments

  •  1
    trustbuilt started the conversation

    In Appearance > Customize > Archive, Category, Blog, Tag, Search Pages Options; I can customize the color of the background and text of Post Categories.  How can increase the font size of the Post Categories?

    Thank you.

  •  2,699
    PenciDesign replied

    Hi,

    Please check option for it here ( on "Archive, Category, Blog, Tag, Search Pages Options" )


    Best Regards,

    PenciDesign

  •  1
    trustbuilt replied

    Not the Post Title.  The Post Categories.  See attached.

  •  2,699
    PenciDesign replied

    Hi,

    If so, please try add more this code to Customize > Addinational CSS to do that:

    .single .penci-cat-links a{ font-size: 12px; }
    

    Change number 12 to value you want.


    Best Regards,

    PenciDesign

  •  1
    trustbuilt replied

    thank you.  It didn't do anything.  I ratcheted it all the way up 30 - nothing happened.

  •  2,699
    PenciDesign replied

    Hi,

    Please try it again with this code:

    .penci-archive .penci-archive__content .penci-cat-links a{ font-size: 12px; }


    Best Regards,

    PenciDesign

  •  1
    trustbuilt replied

    That worked!

    Thank you very much!

  •  1
    trustbuilt replied

    I spoke too soon.  It works on the category pages but not on the single post page.  Also, is there a way to format those category links to look more like the tags?  See attached.  The tags are in all caps and background area surrounding the text is a little larger.  Just curious.

    Thank you.

  •  2,699
    PenciDesign replied

    Hi,

    1/ Use the code I sent you above to change it on single post page:

    .single .penci-cat-links a{ font-size: 12px; }

    2/ Please change it here ( on "Archive, Category, Blog, Tag, Search Pages Options" )


    Best Regards,

    PenciDesign