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

    Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the code in Custom CSS box and save –

    ul.breadcrumb {
        display: none;
    }
    .enigma_project_section {
        background: none;
    }
    .enigma_blog_area {
        background-image: none !important;
    }

    Thanks.

    Thread Starter xxpavan

    (@xxpavan)

    breadcrumbs worked great.

    on question No 2: i wanna keep the images just not the fading layer over these sections.

    thanks

    Hello,

    Remove the below CSS from Custom css box –

    .enigma_project_section {
        background: none;
    }
    .enigma_blog_area {
        background-image: none !important;
    }

    Use this code in Custom CSS box and save –

    .enigma_project_section {
        opacity: 1; 
    }
    .enigma_blog_area {
        opacity: 1; 
    }

    Thanks

    Thread Starter xxpavan

    (@xxpavan)

    thumbs up

    Thanks for using Weblizar’s theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to fix breadcrums’ is closed to new replies.