Forum Replies Created
-
in reply to: Contact form field colors
Ok thank you. It’s almost done, just i don’t know how to add the same border to the message area
Regards
in reply to: Contact form field colorsThank you.
I type this
.wpcf7-form-control-wrap input[type=”text”], .wpcf7-form-control-wrap input[type=”email”], .wpcf7-form-control-wrap input[type=”tel”]
.wpcf7-form-control-wrap input[type=”textarea-message”]
{
width: 100%;
border: 1px solid #ededed;
height: 40px;
background: #f7f6f6 !important;}
I tried to add background color to the text area. And the border doesn’t works.
Would you tell me why on my other website (https://ess-expertise.fr/contacter-ess-expertise-amiens) i didn’t need to add css code to get the contact form as it is, however it is the same theme , i just copy the form from ess-expertise and paste to ess-rh, i thought i’ll get the same form.
in reply to: Contact form field colorsThis reply has been marked as private.in reply to: Hover box on mobileOh, lovely, thank you a lot !!
in reply to: Hover box on mobileI made this change, but still don’t work, let me know if i’ve done the right way

Thank you for your help
in reply to: Hover box on mobileOk, i only checked on Ios. I add the code to vc_hoverbox.php but still don’t work on iphone.
Let me know if you have other ideas.
Thank you
in reply to: Hover box on mobileThis reply has been marked as private.in reply to: Hover box on mobileNo, these lines don’t work, we can check it on it https://ess-expertise.fr/entrepreneuriat-social/ on your mobile, you’ll see.
Other ideas?
Thank you anyway for your help
in reply to: Child themeYes exactly, for example :
I bought Codeless twice, and on the first website https://ess-expertise.fr/, i didn’t install child theme, and for each update, i have to change some code line for staff description (to show all the description).
By activate child theme i will not have to the the change for each update isn’t it?
So for the last and the new one i can go with child theme without losing any content that i personalised.
Thank you !
in reply to: Team description too shortOk i found the answer on this forum.
I needeed to change the line by
<span style=”color: #4b4d4d; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; background-color: #f9f9f9;”>$output .= ‘<p>’.codeless_text_limit(get_the_content(), 50).'</p>’;</span>
