Hi..
Please share your site URL and tell me that what you want to add in background.
Thanks.
Hi, I have solved that problem, however, I have another one, that is how can I remove the white thin bar under the send button in this page? http://scscenter.org/index.php/contact-us/
Thank you!
Hi..
Please go to Admin Dashboard >> Appearance >> Theme Options >> Theme General Settings.
Now copy below code into Custom CSS Editor.
.header-sep {
background-color: none !important;
}
Save the changes.
Thanks.
Hi, I did as you say, it does not work.
I am using the Child theme of Engima, I go the style.css in the child theme and add this code to it :
.header-sep {
background-color: none !important;
}
It doesn’t work either.
Please show me where I am wrong.
Thank you!
I have found the solutions in this forum 🙂
Just add this into the style.css in the folder of the theme child.
.header-sep {
display: none !important;
}
Thank you Weblizar to have made such a wonderful theme like Enigma!
I have one more question, please look at the text in the footer of the page, I try to align left but it doesn’t work . Here is the website http://scscenter.org/index.php/hospice-faqs/
Here is the code I use to align left.
<p align="left">blah blah blah.</p>
Thanks!
Hi..
Please add below css code into Custom CSS Editor.
.enigma_footer_area p {
text-align: left !important;
}
Save the changes.
Thanks.
Wonderful! Thank you Weblizar!