• Resolved hkpresent

    (@hkpresent)


    hi there, is there a way to change the text colour for header?

    this is my code and i wanna change the text colour thx

    [nextend_social_login provider=”google” heading=”Start Set 2 With Google Login” redirect=”https://xxx.com” align=”center”]

Viewing 1 replies (of 1 total)
  • Plugin Support Robert

    (@robertnextendweb)

    Hi @hkpresent!

    We do not really have an option for this, but with a simple CSS code you can add your custom styles. Please note that we cannot provide support for custom coding and styling, but here is an example:

    .nsl-container.nsl-container-block > h2 {
          color: red !important;
    }

    Like I mentioned, this is just an example, so if you need other styles, or the selector needs to be modified, that has to be achieved by you.

    • This reply was modified 10 months, 2 weeks ago by Robert.
Viewing 1 replies (of 1 total)
  • The topic ‘change header text colour’ is closed to new replies.