• Resolved dimal

    (@dimalifragis)


    Hello.

    Using NEVE theme, the related posts after the content is Bold and undelines when hovered.

    I did change the bold. Now i tried to reverse the underline. I mean underline ONLY when hovered, as the rest of the site is doing.

    I failed to do that.

    Any help is appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Michael Nelson

    (@mnelson4)

    Hi @dimalifragis, sorry for the slow response.
    Try this custom CSS:

    
    .nv-content-wrap a:not(.button):not(.wp-block-file__button){
        text-decoration: none;
    }
    .nv-content-wrap a:not(.button):not(.wp-block-file__button):hover{
        text-decoration: underline;
    }
    

    However, these styles are being added by your theme, Neve, not YARPP. And actually from my testing, Neve DOES add an underline to links elsewhere (and removes it on hover). So if the above doesn’t work you should contact their support for help as they have more experience styling their theme.

    Does that make sense?

    Thread Starter dimal

    (@dimalifragis)

    Yes, many thanks. Crystal clear.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Styling changes’ is closed to new replies.