How to apply gradient specific Collection but not all?

Hey,

How to apply gradient to specific collection dropdown nav menu as shown in:

Store: orantneon.com

Hello, @exoneon
Please Add This CSS Go to Online Store Edit Theme > edit code > assets > theme.css

.header__linklist-item:nth-child(3) {
	background: linear-gradient( to right, #f32170, #ff6b08, #cf23cf, #eedd44);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

Like This