• During registration a specific email will be required. Only gmail.com.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Support.
cXF - Navigation tab icons

cXF - Navigation tab icons

XenModz

Administrator
Messages
1,847
Reaction score
612
Points
113
Admin submitted a new resource:

cXF - Navigation tab icons - Add icons to navigation tabs

View attachment 1488
Add code to extra.less template:
CSS:
/* Navigation tab icons */
.p-navEl
{
   [data-nav-id="home"]:before
   {
       font-family: FontAwesome;
       content: "\f015";
       padding-right: 5px;
   }
   [data-nav-id="forums"]:before
   {
       font-family: FontAwesome;
       content: "\f0e6";
       padding-right: 5px;
   }
   [data-nav-id="whatsNew"]:before
   {
       font-family: FontAwesome;
       content: "\f0e7";
       padding-right...

Read more about this resource...
 
Template: extra.less
Search type: Regular expression
Find: #^.*$#su
Replace:
Less:
$0
.p-navEl {
   [data-nav-id="forums"] i {
       color: #E6BB5C;
   }
}
/* Selected tabs for off-canvas (mobile) menu */
.offCanvasMenu--nav .offCanvasMenu-linkHolder {
   [data-nav-id="forums"] i {
       color: #E6BB5C;
   }
}
 

Attachments

  • Снимок экрана от 2023-10-28 07-50-48.png
    Снимок экрана от 2023-10-28 07-50-48.png
    226.9 KB · Views: 2
  • Снимок экрана от 2023-10-28 07-50-29.png
    Снимок экрана от 2023-10-28 07-50-29.png
    70.7 KB · Views: 2
Last edited by a moderator:
Back
Top Bottom