"Posted On"

Hi How do I change the phone size of where it says Posted on next to the posting date. I’ve added the changes you posted in a previous thread to change all my font family to the same. But the “Post on” text is still the same size.

Hi @tanisha,

I hope you are well today and thank you for your question.

You can try changing the font size of it by adding any of the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.entry-meta span.posted-on {
    font-size: 13px;
}

or

.entry-meta span.posted-on {
    font-size: 13px !important;
}

Change the font size 13px in the above code to whatever you want to set.

Best Regards,
Movin

thank you! this worked :slight_smile:

You are most welcome here :slight_smile: