• Resolved mustermann

    (@mustermann)


    Hi,

    as programmer do you know in which php-modul from wp plugin conection business directory do you use this:

    element.style {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    color: #000;
    margin: 8px 0;
    padding: 10px;
    position: relative;

    I would like to change a litte bit on my website.

    Thank you for help

    https://wordpress.org/plugins/connections/

Viewing 1 replies (of 1 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    @ mustermann

    It is in this file:

    ../wp-content/plugins/connections/templates/card/card.php

    I do not recommend editing this file, any change you make will be lost when the plugin is updated. You could also break the Template Customizer support for this template. I highly suggest using CSS to override these.

    fyi, for a couple of these, you can use the Template Customizer to change. Go to the Connections : Templates admin and click the Customize button for the template.

    Hope that helps.

Viewing 1 replies (of 1 total)

The topic ‘In which php-modul do you use element.style?’ is closed to new replies.