Site logo

[Support request] Link Colour

Home Forums Support [Support request] Link Colour

Home Forums Support Link Colour

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2349385
    Lee

    Hey guys,

    When I create a link on a page, I can set the link hover colour – this is great! It’s black, then turns blue when I hover etc…

    However, I’d also like to set the general link colour (on specific links) where the colour is just blue.

    If you look at the last few words on the page I’ve provided they’re linked to another page. Can you please tell me how I can change the general colour of this specific link so that it is always blue? Bare in mind I won’t want to do this with all links on the website.

    Many thanks in advance.

    #2349898
    Ying
    Staff
    Customer Support

    Hi Lee,

    In order to target that link, add a custom CSS class to the last paragraph block, eg. custom-link-color.
    https://www.screencast.com/t/mC8icKHnP
    how to add class to block: https://wordpress.com/support/wordpress-editor/adding-additional-css-classes-to-blocks/

    Then you can add this CSS to customizer > additional CSS:

    .custom-link-color a {
        color: #2fbdfa;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.