#main .content p a {font-style: bold;
color: #491291; /* non-hover color */}
I have this code as my links and it is the Quick Css. I want the text to be bold. What am I doing wrong. I want all of my links to be bold text. Thanks Eric
Hey Eric,
Please try this code in the General Styling > Quick CSS field:
#main .content p a {
font-weight: bolder !important;
color: #491291;
}
If this doesn’t help please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Mike Thank you! Worked perfect. Is there code to have different link colors on different mages. Would that be driven by the “#main”