• jwang273

    (@jwang273)


    I wish to remove the words “view more” when I hover over the image of my post on the home page.

Viewing 1 replies (of 1 total)
  • CypressWebs

    (@jmeyer2485)

    In your Child Theme or CSS Editor Plugin try this code:

    .post-grid .entry-link span {
        display: none;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files under Appearance > Editor. Your edits will be deleted when the theme is updated.

Viewing 1 replies (of 1 total)

The topic ‘Changing hover details’ is closed to new replies.