Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #719412

    how do i get rid of the logo because i am using banner to display my logo, i left the logo field blank in the settings but by default its showing the enfold logo.

    please help me

    #719426

    Hi Sienaprint!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .logo, .responsive .logo { display: none !important; }

    or add following code to functions.php file in Appearance > Editor

    add_filter('avf_logo_final_output','avia_remove_logo');
    function avia_remove_logo(){
        return false;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.