• Resolved quanghuy147

    (@quanghuy147)


    Hi,
    I would like to insert a background on full width page template. I guess I have to go to the Theme Editor and do something with the enigma\fullwidth.php file. However, because I don’t know anything about php and not much about html, I don’t know how to do. Could you please show me how?
    Thank you!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi..

    Please share your site URL and tell me that what you want to add in background.

    Thanks.

    Thread Starter quanghuy147

    (@quanghuy147)

    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? https://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.

    Thread Starter quanghuy147

    (@quanghuy147)

    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!

    Thread Starter quanghuy147

    (@quanghuy147)

    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!

    Thread Starter quanghuy147

    (@quanghuy147)

    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 https://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.

    Thread Starter quanghuy147

    (@quanghuy147)

    Wonderful! Thank you Weblizar!

    Hi,

    Most Welcome.

    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Insert a background on full width page template’ is closed to new replies.