• Resolved Skullflame

    (@skullflame)


    After updating CC to 1.15, a odd diagonal box appears next to the posts (which I’m assuming use to be the small speech triangle for the avatars). Is there a way to fix this or remove it all together without removing the whole bubble?

    site

Viewing 6 replies - 1 through 6 (of 6 total)
  • Please update the css rules in “CSS – Overwrite CSS” in theme options.
    That’s something custom styles, that are broken.
    We don’t use transform: rotate();

    Thread Starter Skullflame

    (@skullflame)

    Thanks for the response!

    I checked my Overwrite CSS, and it’s pretty simple:

    .page{
    padding-left:20px;
    padding-right:20px;
    }

    Mark.count{
    visibility:hidden;
    }

    I removed it and completely and the problem persists. I also just tried resetting all the theme settings, but to no avail.

    (Mark.count is for WooCommerce)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are there any styles with these selectors;

    div.post span.marker

    ?

    I think some plugin adds those styles.

    Thread Starter Skullflame

    (@skullflame)

    Thanks for the info!

    Just added:

    div.post span.marker {visibility:hidden;}

    to the override to get rid of it.

    Not sure which plug-in may have caused it, but you’re probably right. I appreciate the two of you taking your time to help me! 🙂

    great to here its resolved 😉

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Odd block appears on bubble posts after 1.15’ is closed to new replies.