Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hey,
    1. The link color pulls from your primary color set in Theme Options > Basic Styling. To change only the link color you can use css like this:

    a:link, a:visited {
        color: #999;
    }

    Just paste that in your custom css box in Theme Options > Advanced Settings

    2. This css should work:

    blockquote p {
        font-size: 25px;
    }

    Hope that helps!

    Hannah

    Thread Starter Andrey

    (@chump)

    Thank you, Hannah!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link color and blockquotes style’ is closed to new replies.