[Resolved] Missing URL links on homepage

Home Forums Support [Resolved] Missing URL links on homepage

Home Forums Support Missing URL links on homepage

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1447700
    Kumar

    Hi,

    On the homepage, we are missing the URL links even though it appears in the block editor.
    https://www.parenthood.guide/

    Backend – Block editor
    https://snipboard.io/eq64jp.jpg

    Regards
    Kumar

    #1447743
    Elvin
    Staff
    Customer Support

    Hi,

    I’ve checked your site and the linked are actually there, but the styling is having issues.

    The link’s color is the same as the normal texts, To make the link look prominent, you can try adding this CSS code.

    p.has-text-color a {
        color: #f88379;
    }

    This may not appear on the editor but it should change color on the page.

    Let us know if it works for you.

    #1447756
    Leo
    Staff
    Customer Support

    Hi Kumar,

    Can you disable the caching plugin so we can take a closer look at the code?

    Or did you add this CSS anywhere?

    p.has-text-color a {
        color: inherit;
    }

    If so removing that should work.

    #1448370
    Kumar

    Thanks Leo.. That worked ๐Ÿ™‚

    #1448899
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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