• Resolved NF

    (@nanasflowers)


    Hi,

    Please can you add a CSS class for the heading of the ‘account details’ link and unlink section (highlighted in red below) so I can apply custom CSS to it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Laszlo

    (@laszloszalvak)

    Hi @nanasflowers

    I assume the heading in your screenshot is coming from the “heading” attribute of our shortcode:

    Is that correct?

    Since in that case, that heading is added with a h2 tag, located inside the element with the “nsl-container” class, so you could target it simply like this:

    div.nsl-container > h2 {
    background-color: red;
    }

    If you meant something else, then please send us the link of the page where these buttons appear, so we can take a look. If you don’t want to share the URL of your site on this public forum, then feel free to get in touch with us directly over the ticket system:

    Best regards,
    Laszlo.

    Thread Starter NF

    (@nanasflowers)

    Hi,

    This is not from using the shortcode no, this is added via the account details section in the global settings that display the buttons on the following page of a user account: /my-account/edit-account/

    Unless I’m being totally blind (possible), I cannot find a class for the heading, it just has a h3 tag and is outside of the nsl-container class underneath.

    If you need more details let me know and I’ll drop a ticket.

    • This reply was modified 10 months ago by NF.
    Plugin Support Laszlo

    (@laszloszalvak)

    Thank you @nanasflowers , I see what you mean now. According to your screenshot you are using the WooCommerce “Account details” form integration and the heading is coming from that. That element is located outside of our container indeed.

    However this feature is available only in Nextend Social Login – Pro Addon, and as per the forum guidelines:

    we are not allowed to discuss topics about commercial products ( such as the Pro Addon ) here.

    So please get in touch with us over the ticket system, and we will help you there.

    Thank you for your understanding.

    Best regards,
    Laszlo.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Please add CSS class’ is closed to new replies.