• I am customizing the Breadcrumb settings and have the Top Border Width set to 40. I would like this to display as 0 on tablet and mobile devices. How can I add this into the stylesheet?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @norbertk

    For this, please go to your theme Customizer -> Additional Css -> Paste the following code there

    @media (max-width: 991px) {
    	.breadcrumb-area {
    		border-top-width: 0;
    	}
    }

    Let us know it will works for you.
    Thanks
    Xolo Team

    • This reply was modified 3 years, 9 months ago by wpxolo.
    Thread Starter norbertk

    (@norbertk)

    Thanks, I needed to add !important for it to work. Does that seem right?

    You can try without ‘important’, it will be work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Styling’ is closed to new replies.