Formatting Post Title

Simply want to be able to format the title for my posts and change it up from what the default is, how do I take control of that?

Appreciate the help!

URL www.thevipentrepreneur.com

Hi @lcawley9,

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

You can do this by developing custom CSS code and adding it in the Custom CSS option of your theme on the below path.

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

Also if you provide me detail information about what you want to achieve then i can help you to achieve it by developing custom CSS code.

Best Regards,
Movin

@movin

Thank you for replying, Yes, perfect, I just want to know what kinda code I can use to change the

Font Style

Font Size

and that would be for my “Post Titles”

My URL is www.thevipentrepreneur.com

FOR example, I want to change the “3 Insane Social Media Growth Hacks You Need to Know” Title for the post.

Alternatively, I also have 3 other posts and would love to just apply the Post Title CSS Formatting to ALL blog posts.

Any help is much appreciated, thank you!

You can try achieving this by using the below CSS code.


#page .entry-title {
    font-size: 23px;
    font-style: normal;
}

Please change the font size and font style in the above code to whatever you want to set.

@movin

Achieved exactly what I wanted, Thank you!

You are most welcome here :slight_smile: