Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Daniel Floeter

    (@kometschuh)

    Hello Turnkey13,

    there is a CSS class which have only the current post ‘.same-category-post-current‘. You can use it for highlight the current displayed post:

    .same-category-post-current {
       background-color: #F0F8FF;
       color: #00000;
    }
    Thread Starter turnkey13

    (@turnkey13)

    thank you. works

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