XF 1.2 Font Size for Portal Link

DRE

Well-known member
I need

.navTabs .navTab.selected .navLink
{
font-size:30px;
}

for xenporta portal link.

The code above changes it for all links though.

How do I restrict it to just the portal link? The portal class is

EWRporta_Portal
 
Top Bottom