Copy right text size

Hello - I used the css code you suggested to change the font size of my blog post. Now the copyright code at the bottom is larger as well. I tried including the css code that was suggested to fix this, but didn’t work. What do you suggest? You can see what I’m talking about by visiting http://yourdreamlifeunlocked.com/superhero/

.single-post p {font-size: 18px;}

.p-meta {font-size: 8px !important
}

Hello @BKosarek,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

footer.x-colophon.bottom .x-colophon-content p {
    font-size: 15px;
}

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.