• Resolved wling

    (@wling)


    Hello,

    Thanks for all your help. After updating the Enigma theme, a default header image was added which I did not want. After removing it, there is not a gray line on every single webpage where the header image was previously at. How can I remove this?

    Example: http://www.outpourstl.org/?page_id=441

    Additionally, there was a warning in my customization menu “Warning: Cannot modify header information – headers already sent by (output started at /home/outpour/webapps/outpourwp/wp-content/themes/enigma/customizer/php:7) in /home/outpour/webapps/outpourwp/wp-content/plugins/wp-simple-firewall/src/processors/headers/php on line 29,35, and 41.” Not sure if this is relevant or not.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    First, open your enigma theme folder then open style.css. In style.css remove the below CSS

    .header_section .hd-img  {
        width: 100% !important;
        height: 40% !important;
    }

    and Save the file.

    Now go to Dashboard -> Appearance -> Customize -> Theme Options-> Theme General Options -> Custom CSS

    insert code into Custom CSS box and save

    .header_section .hd-img  {
        width: 100% !important;
        height: 25% !important;
    }

    and save the changes.

    For your another issue deactivate all your plugins and check that the warning occurs still or not if yes, Please send your customizer.php here?

    Thanks

    Thread Starter wling

    (@wling)

    Everything worked out great. Thanks. The warning was associated with a particular plug-in which was disabled and we’re all good. Thanks.

    Your most welcome Wling.

    Thread Starter wling

    (@wling)

    Hello again,

    I was working on the website on a larger monitor and the line came back. I understand we’re simply hiding it with the previous CSS code, but is there anyway to actually remove it?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Header Image Outline’ is closed to new replies.