• Resolved snowme

    (@snowme)


    There’s a bug on line 6250 of the style.css that’s causing “Topics:” not to show within each post on all Safari browsers.

    .safari .this-posted-in {
    visibility: hidden;
    }

    I had to add a line to my child theme

    .safari .this-posted-in {
    visibility: visible;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bug: Topics: not visible in Safari’ is closed to new replies.