[Resolved] Read more

Home Forums Support [Resolved] Read more

Home Forums Support Read more

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #675565
    Mike

    Can you tell me how to change the Read more text link color on the blog and category ARCHIVE PAGES? I do not use the button and would like to change the text link without changing the post title link.

    Thanks
    MikeMahaffey

    #675591
    David
    Staff
    Customer Support

    Hi there,

    you can target it separately for the Customiser color settings with CSS:

    a.read-more {
        color: #123123;
    }
    #675596
    Mike

    Thanks David
    I’ve tried several combinations of that this morning and couldn’t hit on the right one?

    Thanks again
    Mike Mahaffey

    #675622
    David
    Staff
    Customer Support

    So that worked i assume?

    You can also target the psuedo states a.read-more:visited a.read-more:hover etc….

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.