Jump to content

Recommended Posts

Posted

Nu am de unde sa stiu ce din ce elemente este alcatuita tema ta fara sa vad sursa.

Pentru iconițe am folosit codul ăsta fiind mai ușor :

 

 

/* Navigation Icons */
#primary_nav a:before{
    content: "";
    font-family: FontAwesome;
    font-size: 15px;
    display: inline-block;
    position: relative;
    margin-right: 9px;
    top: 1px;
}
   
#nav_home a:before{ content: "\f0e6"; }
#nav_app_forums a:before{ content: "\f015"; }
#nav_app_members a:before{ content: "\f0c0"; }
#nav_app_shoutbox a:before{ content: "\f07b"; }
#nav_app_tickets a:before{ content: "\f05a"; }
 

 Iar tema o găsești aici : http://invision-virus.com/forum/index.php/files/file/790-aimers/

 

Dacă vrei să schimbi culoarea caută în ipb_style.css codul următor și editează la „color” cu ce culoare vrei să fie.

/* Navigation Icons */
#primary_nav a:before{
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    display: inline-block;
    position: relative;
    margin-right: 9px;
    top: 1px;
    color: #1BBC9B;
}
   
#nav_home a:before{ content: "\f0e6"; }
#nav_app_forums a:before{ content: "\f015"; }
#nav_app_members a:before{ content: "\f0c0"; }
#nav_app_shoutbox a:before{ content: "\F086"; }
#nav_app_tickets a:before{ content: "\F085"; }

 

  • Upvote 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.