On my contact page, I would like to have only the icon email and the email address that appear. I tried to change the code according to previous posts. Despite this, I can not make disappear the icon address. Moreover, I have not found the right formula to make the largest remaining icon.
Hi again !
On my contact page, I would like to have only the icon email and the email address that appear. I tried to change the code according to previous posts. Despite this, I can not make disappear the icon address. Moreover, I have not found the right formula to make the largest remaining icon.
Here is a copy of my code:
.contact-details {
text-align:center;
width:100%;
}
.phone-icon{
display: none;
}
.company-phone a {
display: none;
}
.address-icon{
display: none;
}
.company-address a {
display: none;
}
.company-email {
margin-bottom:15px;
color:#fff;
text-transform:none;
font-size:30px;
line-height:30px;
}
/* Contact Formular */
Thank you in advance for your return !
Lilou
Send us the page url plz
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
I can not give you a URL address because I work on a local server. I may send you the file you need instead. tell me ?
Thx.
try adding
.contact-details i.fa.fa-map-marker.fa-inverse.fa-2x{
display: none;
}
in theme options -> styling options -> custom css
otherwise I will have to see the page
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy