• Thank you for the plugin. It is well design.
    Now, I am facing a problem.

    1. The first icon does not show within the circle out of 4 circles. Could you please guide me how to solve this problem?
    2. Why below code show under the cirle each time I refresh the site? How to remove it from showing in the website?

    #process-79a21b4e0c00790835a91b07cdff7fa9 .cool-process-steps .cool-process-icon i { font-size: 80px !important; }

    3. Could you guide me how to change the color of the border of the circles and the line please?

    It is urgent. Appreciate you kind help. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mousenct

    (@dinoventurer)

    thanks for the assistance. coud you please tell me know to change the color of the border of the circles and the line please.

    this issue still remain open.

    Plugin Support baljitdhanjal

    (@baljitdhanjal)

    Hi @dinoventurer,

    Use given below custom CSS to change the border color, border color on hover and line color. Change the color according to your requirement.

    .cool-process .cool-process-icon {
        box-shadow: 0 0 0 2px #e05413!important;
    }
    .cool-process-steps ul li:hover .cool-process-icon {
        box-shadow: 0 0 0 6px rgba(218, 33, 33, 0.1)!important;
    }
    .cool-process-steps ul:before{
        border-top: 1px dashed #bf1616!important;
    }

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘1st icon not showing’ is closed to new replies.