How do I increase image caption font size and header font size in Origami Premium?
How do I increase image caption font size and header font size in Origami Premium?
Thanks in advance,
Leon
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Leon
For the caption font size please add this to your custom CSS.
.wp-caption p.wp-caption-text { font-size: 14px !important; }For the header font please try this
h1.entry-title a { font-size: 30px; }Adjust the font sizes as necessary.
Let us know how you get on
Magus
Magus,
I’m almost there – but why isn’t the text color in the in the paragraphs black any longer? I’d really like the text print much darker than it is presently:
/* Origami change menu font size */
#menu ul {
font-size: 20px;
}
/* Origami adjust content font size */
.content p, .content ul, .content ol, .content dl {
font-size: 20px;}
/* Origami change post content color */
.post .content {
font-color: #000000;}
#logo h3 {
font-size: 16px;}
.wp-caption p.wp-caption-text {
font-size: 18px !important;
}
h2.entry-title a {
font-size: 24px;}
Thanks for your help,
Leon
Hi Leon
I see you have already changed the text colour for the captions. Has this resolved your questions or do you require any more assistance.
Magus
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.