Hello, I would like to change the icon forum, how to do it? Also I would like to remove the background from this widget http://awesomescreenshot.com/0953vk57d8 ? Thank you!
Dear Fabrizio, Thanks for your getting in touch with us. You can change forum node icon easily by replace image node-sprite.png at \Upload\styles\brivium\stylium\germanium\xenforo folder or using our other add-on https://brivium.com/resources/custom-node-style.112/. Custom Node styles could offer you a tool to change your node due to your favorite. With this benefit, your forum will be more lively than anything else. You can remove background from visitorPanel block by open template stylium_modified_css.css and find Code: .sidebar .section.visitorPanel .secondaryContent { display: inline-block; width: 100%; box-sizing: border-box; border: none; background-image: url('@imagePath/extra/bg-siderbar-visitor.jpg'); } Change to Code: .sidebar .section.visitorPanel .secondaryContent { display: inline-block; width: 100%; box-sizing: border-box; border: none; background: #fff; } Regards,
Thank you so much! IT works perfectly. It possible to change the font color into that widget also? Actually is white, I would like to change it in blue. Thank you.
Hello, You can change sidebar heading text color by open ACP > Appearance > Styles > Germanium > Style Properties > Sidebar > Block Heading and edit text color value by your way. Regards,