Xenfocus Uniform

Hello,

This forum is usually reserved for presale questions rather than theme support. Questions like this are best suited in the Customer category :)

Adding this code to extra.less will change the icon for node 13 to a bell icon:
Less:
#XF{
    .node--id13 .node-icon i::before{
        content: '\f0f3';
    }
}

A detailed tutorial is available from the Customer category, however access to that area is only available to active subscribers. Since your subscription expired in May 2019, you're likely running a very outdated version of the theme. If you're interested in renewing, you'll receive the latest theme updates (for 2.2.x) as well as 6 months of access to support and tutorials inside the Customer category.
 
Back
Top