Hi there,
How would I add styling (font color and font change) to the blog archive page sub title?
Thanks!
Hi there,
How would I add styling (font color and font change) to the blog archive page sub title?
Thanks!
Hi There,
Thanks for writing in!
You can use custom style to change the color and font for the subtitle.
Please add this CSS to your theme option -> Global CSS.
.p-landmark-sub {
font-family: /* set your font family here*/;
color: #333; /* set your color here*/
}
Hope this helps!
Thanks
Works perfectly thanks so much!
You’re welcome. Glad we could help.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.