• Hi,

    I am overall satisfied with the colors i chose. However on some pages i would like to have hyperlinks stand out better. Having them in a Bold typeface would be an improvement.

    Anyone an idea how i can this done, sitewide ?

    Thanks,
    John

Viewing 1 replies (of 1 total)
  • Hello John,

    Thank you for reaching out to us.

    If you want to make all anchor tags inside any page/post content area use a bold font-weight, you can add this in Customizer > Additional CSS:

    .entry-content a {
        font-weight: bold;
    }

    If you want the links on other specific parts of the page to be bold as well, you’ll have to target them using custom CSS too as there is no built-in option for this.

    Hope this helps and let us know if we can assist you further.

    Best Regards,
    Karla

Viewing 1 replies (of 1 total)

The topic ‘Hyperlink in Bold’ is closed to new replies.