• Looking for CSS to change the decoration of the Read More option in the Archive Posts widget.

    Want Normal to be blue/underline and Hover red/no underline.

    Have used the following CSS to achieve this behavior in posts

    .elementor-text-editor a {
      color: #1e73be;
      text-decoration: underline;
    }
    .elementor-text-editor a:hover {
      color: #C70039;
    	text-decoration: none;
    }

    Is it possible to achieve this normal/hover behavior on Read More with CSS or another option?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Archive Posts CSS for Read More’ is closed to new replies.