• I am having an issue with the header on my website. It’s cutting off the logo, social accounts, etc. I have no clue why this is happening. I am using a child theme as well. I also want to get rid of the snow flakes. Can you please help?

    The website url is https://www.headwindcycling.com

Viewing 1 replies (of 1 total)
  • Hello Mikebuckner_2,

    For your First issue –

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

    insert code into Custom CSS box and save –

    .header_section {
        background-color: #31A3DD;
    }

    for your second issue snow effect removing –

    Firstly open your enigma main theme folder, copy customizer.php then open enigma child theme folder and paste customizer.php here.
    In the enigma child theme folder open customizer.php

    go to line number 6 see the code

    wp_enqueue_style('snow-css', get_template_directory_uri() .'/css/snow.css');?>

    replace with given code

    //wp_enqueue_style('snow-css', get_template_directory_uri() .'/css/snow.css');?>

    save the changes.

    Let us know for further query.

Viewing 1 replies (of 1 total)
  • The topic ‘Header issues’ is closed to new replies.