1. How can I edit the following text on the contact page?

We’d love to hear from you
It’s remarkable to watch a five-year-old draw, void of any anxiety about what the world will think. We all start our lives creatively confident, happy to create and share our work with pride. And then, as we age, our comfort with creative expression declines.
![

  1. how do I get the web pages "Author's latest articles"?

  1. Where can I change or add the color of the style cards "bg-danger"? I need a specific file location and line in the CSS code.
    Page to check. Module #149

    vitalik20 Hi

    You can override these 2 language constants for the info in contact page:

    TPL_CONTACT_TITLE_FORM
    TPL_CONTACT_DESC_FORM

    vitalik20 how do I get the web pages "Author's latest articles"?

    This section will show 2 more articles created by the same author of article you're viewing.

      vitalik20 Where can I change or add the color of the style cards "bg-danger"? I need a specific file location and line in the CSS code.
      Page to check. Module #149

      As I can see you changed it already, let me know if you still need help on this.

        vitalik20 If you want to hide this related articles, you can use this custom css:

        .view-article .title-sc-author, .view-article .author-related-items.relateditems {
            display: none;
        }
          Write a Reply...
          You need to Login to view replies.