• Hello! There is an inconsistency in the styling of links (‘a’ tags) in the post body.

    Expected Behaviour

    Links in paragraphs inside groups and columns are styled the same way as links in paragraphs at the top level of the post.

    I would also expect the styling choices from the Site Editor (/wp-admin/site-editor.php) to be respected.

    Actual Behaviour

    Links have different styling when you put them inside a group / column, and the styling chosen from the Site Editor is not respected.

    Possible reason

    In the Lemmony assets, style.css document, this line does not affect all links the body equally:

    .wp-block-post-content > figure a, .wp-block-post-content > p a, .wp-block-post-content > ul a, .wp-block-post-content > ol a {
    color: var(--wp--preset--color--secondary);
    text-decoration: underline;
    }

Viewing 1 replies (of 1 total)
  • Theme Author shufflehound

    (@shufflehound)

    Hi there,

    It seems that we might need to adjust the style.css file.

    Maybe you have a live demo, where we can see this issue in action?

    Best regards,
    Shufflehound team

Viewing 1 replies (of 1 total)
  • The topic ‘Styling Inconsistency’ is closed to new replies.