Limited time offer: Up to 40% Discount
Back to knowledge base

What code can I use to change post and page link color in Minimalistique?

Please use following code to force link change in Minimalistique:

.single .entry-content a, .page .entry-content a {
color: #317ac5 !important;
}