Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
How do I increase image caption font size and header font size in Origami Premium?
Thanks in advance,
Leon
Hi Leon
For the caption font size please add this to your custom CSS.
For the header font please try this
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