Replaced char \
Hi touch carouse replaced cahr in css
i have construction:
.Total_Soft_Poll_1_Main_Div_21 .Total_Soft_Poll_1_Ans_Div_21 .Total_Soft_Poll_1_Ans_Check_Div input + label:before {
color: #009688;
content: "\f096";
margin: 0 .25em 0 0 !important;
padding: 0 !important;
font-size: 18px !important;
vertical-align: initial !important;
font-family: FontAwesome !important;
transform: translateY(-50%);
position: absolute;
top: 50%;
left: 6px;
}
In normal page all good.
After usage this plugin i take this code:
.Total_Soft_Poll_1_Main_Div_21 .Total_Soft_Poll_1_Ans_Div_21 .Total_Soft_Poll_1_Ans_Check_Div input + label:before {
color: #009688;
content: "f096";
margin: 0 .25em 0 0 !important;
padding: 0 !important;
font-size: 18px !important;
vertical-align: initial !important;
font-family: FontAwesome !important;
transform: translateY(-50%);
position: absolute;
top: 50%;
left: 6px;
}
Can you help me?
i want after your plugin dont changen this line:
content: "\f096";
to
content: "f096";
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Dmytro Semenov on 22 Sep, 2020 07:37 PM
Hello,
You may add the style directly within the CSS file of your child theme (such as style.css) or Custom CSS option.