This message is visible to Moderators only
hidden content

    Hi app1cker,
    I have updated the CSS code, in the ‎/templates/ja_findus/acm/slideshow/css/style.css file.
    About the pricing, you should copy the CSS code and language from the Ja coach as I have guided in the previous answer.

    I have added the following CSS code to the Backend > site template styles > ja findus > tools > Custom CSS:

    .acm-pricing.style-1 .pricing-item {
        background: #fff;
        border: 2px solid #eee;
        border-radius: 3px);
        padding: 64px;
    }
    
    @media (max-width: 1199.98px) {
        .acm-pricing.style-1 .pricing-item {
            padding:32px;
        }
    }
    
    .acm-pricing.style-1 .pricing-item .h1 span {
        font-size: 18px;
    }
    
    .acm-pricing.style-1 .pricing-item .plan-description {
        border-top: 1px solid var(--border-color);
        padding-top: 1.6rem;
        margin-top: 1.6rem;
    }
    
    @media (max-width: 575.98px) {
        .acm-pricing.style-1 .pricing-item .plan-description {
            padding-top:.5rem;
            margin-top: .5rem;
        }
    }
    
    .acm-pricing.style-1 .pricing-item .plan-description ul {
        padding: 0;
        margin: 1.6rem 0 0;
        list-style: none;
    }
    
    .acm-pricing.style-1 .pricing-item .plan-description ul li {
        color: #212121;
        font-weight: 600;
    }
    
    .acm-pricing.style-1 .pricing-item .plan-description ul li+li {
        margin-top: 16px;
    }
    
    .acm-pricing.style-1 .pricing-item .plan-description ul li:before {
        color: #2c6ce8;
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 8px;
    }
    
    .acm-pricing.style-1 .pricing-item .plan-action {
        margin-top: 2rem;
    }
    
    @media (max-width: 1199.98px) {
        .acm-pricing.style-1 .pricing-item .plan-action {
            margin-top:1rem;
        }
    }
    
    .acm-pricing.style-1 .pricing-item.plan-highlight {
        border-color:  #2c6ce8;
        box-shadow: 0 0 32px rgba(0,0,0,.05);
    } 
    17 days later
    This message is visible to Moderators only
    hidden content

      Hi app1cker,
      Yes, you need to copy the CSS code from the /templates/ja_templates/acm/types(pricing,hero..)/css folder.

      This message is visible to Moderators only
      hidden content

        Hi app1cker,
        Some templates (acm/type) won't add the CSS to the acm/type/css/style.css file.
        In this case, you can use F12/ inspect to find the CSS code from the frontend then add it to the acm/type/css/style.css file.

        4 months later
        This message is visible to Moderators only
        hidden content

          Hi app1cker,
          Have you excluded the following CSS file?

          I can not access your site, could you provide the admin account?

            This message is visible to Moderators only
            hidden content

              Hi app1cker,
              Could you provide the admin account? I will access it and help you check this issue.

              This message is visible to Moderators only
              hidden content

                Hi app1cker,
                The dev site URL is different, you need to replace /cgc/ with the /v9ja/

                /v9ja/templates/ja_findus/acm/video/css/style.css
                /v9ja/templates/ja_findus/acm/slideshow/css/style.css
                Write a Reply...
                You need to Login to view replies.