Demo site Lawyer mobile line color

Hi support. I would like to change the mobile header line color. I have tried to change

@media (max-width: 979px)
dev.ecordl.ca:216:39448.x-navbar {
border-top: 3px solid #b9965c;
}

to

@media (max-width: 979px)
dev.ecordl.ca:216:39448.x-navbar {
border-top: 3px solid #ffc600;
}

Without success. I also tried to add !important.

My site is here https://dev.ecordl.ca

Hi @philippe11,

Thanks for reaching out.

You can use this code:

@media (max-width: 979px) {
	.x-navbar {
		border-top: 3px solid #ffc600;
	}
}

Please note that providing or enhancing custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer.

Hope that helps.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.