• Resolved Adam

    (@ahardy42)


    Hi,

    I’ve enabled supersocializer to allow social logins at the comments “post comment” form, and the icons are great but the supersocializer text snippet is straight black, and the WP default text “Your email address will not be published. Required fields are marked *” is grey.

    Can I add any CSS or similar to make the supersocializer text fit in?

    Plus I’d also like to adjust the padding or the margin or something, because on the laptop widescreen, it looks a bit poorly laid out.

    Thanks!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi there,

    You can add following CSS in the Custom CSS option at Super Socializer > General Options page in admin area to fix the alignment of “Your email address will not be published. Required fields are marked” at comment form:
    @media (min-width:1220px){.comment-respond p.comment-notes,.comment-respond p.logged-in-as{margin:1rem 0 2rem 0!important;clear:both!important;}}@media (min-width:700px){.comment-respond p.comment-notes,.comment-respond p.logged-in-as{letter-spacing:0px!important}}
    Usually color of these messages is different from the labels of comment form. Let me know if you still want to change the color of this text.

    Thread Starter Adam

    (@ahardy42)

    That’s nice, thanks v. much ??

    I just noticed the social avatar needs tweaking as well – is way too big, if you see here down the bottom:

    https://carbonwatchdog.org/trillion-trees/

    Plugin Author Heateor Support

    (@heateor)

    Your theme is making the avatar 120×120 pixels. You can add following CSS to reduce the size to 60×60 pixels:
    div.comment-author img.avatar{height:60px!important;width:60px!important}

    Thread Starter Adam

    (@ahardy42)

    Awesome! Thanks again. Looks great now.

    Plugin Author Heateor Support

    (@heateor)

    You’re welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Comments text snippet clashes with default WP text color’ is closed to new replies.