• Resolved xxpavan

    (@xxpavan)


    i have tried to get rid of the breadcrums but when i use this code it jumps up to the top.
    is there a custom cody anyone can help me with?

    code is:

    .enigma_header_breadcrum_title
    {
    display: none !important;
    }

    my website: http://www.kungsbaren.se

    http://prnt.sc/eqht5a
    http://prnt.sc/eqhtm8

    question No2: is there a code to make the blending in portfoilo and blog section go away? like it is in normal enigma theme

    thanks

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.