Also, is there any way to set the image size or make the image smaller in the circle? It is too stretched and does not look good.
Hi @rachelia1,
Thanks for using our plugin.
You’re facing these issues because plugin styles are being overidden by your theme styles.
To fix these, Please add below mentioned custom css :-
pre
{
display: none !important;
}
.wpb_text_column ul li:before, .comment-body .comment-text ul li:before
{
display: none !important;
}
To set the image size :-
.cool-process-steps .cool-process-icon .img-placeholder {
height: 50% !important;
width: 50% !important;
}
Feel free to contact us if you’ve any other queries.
Hi @rachelia1,
Thanks for using our plugin.
You’re facing these issues because plugin styles are being overidden by your theme styles.
To fix these, Please add below mentioned custom css :-
pre
{
display: none !important;
}
.wpb_text_column ul li:before, .comment-body .comment-text ul li:before
{
display: none !important;
}
To set the image size :-
.cool-process-steps .cool-process-icon .img-placeholder {
height: 50% !important;
width: 50% !important;
}
Feel free to contact us if you’ve any other queries.
-
This reply was modified 8 years ago by
kiranpreet.
Thank you so much-it is working perfectly! I really appreciate the quick response and will be leaving a positive review!
One more question: Is there a way to make the actual circles smaller (the circles the icons are in for the process steps)?Thank you again.
Yes, It is possible..
Please use this custom css –
.cool-process-steps.process-steps-4 .cool-process-icon {
width: 168px !important;
height: 164px !important;
}
Yes, It is possible..
Please use this custom css –
.cool-process-steps.process-steps-4 .cool-process-icon {
width: 168px !important;
height: 164px !important;
}
You can add height and width as per your requirement.
-
This reply was modified 8 years ago by
kiranpreet.
Thank you! I am so grateful!
@rachelia1,
Feel free to contact us if you need any further assistance.
Please share your valuable feedback with us –
https://ww.wp.xz.cn/support/plugin/process-steps-template-designer/reviews/#new-post
We would love to hear from you.
Thanks in advance.