CSS - Increasing Redo Icon Size in your Outgrow content

CustomStyle Sheet code allows you to make cosmetic changes to the overall look and feel of the content that you create using Outgrow. This document will help you in getting an understanding of how you can increase the size of the Redo button in different design layouts.

Design LayoutCSS Code
Chicago.V_3_5 .result-v2 .common-result-bot-icons.side-redo a#refresh-button {
width: 46px;
height: 46px;
}
.V_3_5 .result-v2 .common-result-bot-icons.side-redo a#refresh-button i.material-icons {
font-size: 26px;
}
London Not Applicable
Greek .V_3_5 .result-v2 .common-result-bot-icons.side-redo a#refresh-button {
width: 46px;
height: 46px;
}
.V_3_5 .result-v2 .common-result-bot-icons.side-redo a#refresh-button i.material-icons {
font-size: 26px;
}
Tokyo Not Applicable
Madrid .V_3_5 .result-v2 .common-result-bot-icons.side-redo a#refresh-button {
width: 46px;
height: 46px;
}
.V_3_5 .result-v2 .common-result-bot-icons.side-redo a#refresh-button i.material-icons {
font-size: 26px;
}
Stockholm .V_3_5 .result-v2 .common-result-bot-icons.side-redo a#refresh-button {
width: 46px;
height: 46px;
}
.V_3_5 .result-v2 .common-result-bot-icons.side-redo a#refresh-button i.material-icons {
font-size: 26px;
}
Seattle Not Applicable
Venice .template-eight .common-result-main .t1-result-leadform .common-result-bot-icons .crb-left a, .template-eight .poll-review-icon .redo-outer .redo-link li a#refresh-button {
width: 46px;
height: 46px;
}
.template-eight .poll-review-icon .redo-outer .redo-link li a#refresh-button i.material-icons {
font-size: 26px;
}
New York .V_3_5 .result-v2 .common-result-bot-icons.side-redo a#refresh-button {
width: 46px;
height: 46px;
}
.V_3_5 .result-v2 .common-result-bot-icons.side-redo a#refresh-button i.material-icons {
font-size: 26px;
}
Paris .result-question .common-result-bot-icons.side-redo .crb-left a#refresh-button {
width: 46px !important;
height: 46px !important;
}.result-question .common-result-bot-icons.side-redo .crb-left a#refresh-button i.material-icons {
font-sie: 26px !important;
}
Berlin Not Applicable
Auckland Not Applicable

Feel free to reach out to us using our chat support or by reach out to us at [email protected] in case you have any questions or feedback and our team will be glad to assist you further.