hello

GK User
Fri Apr 02, 2010 2:57 am
how do I delete ''socialfreak.com'' the navigation directory ?
i'am use template Party freak with Jomsocial.
thanks
User avatar
Junior Boarder

GK User
Sat Apr 03, 2010 9:07 am
Must edit en-EN.tpl_gk_party_freak.ini in language directory.

I have a question too. How i can remove H1 tag from logo?
User avatar
Fresh Boarder

teitbite
Sun Apr 04, 2010 9:40 pm
stiriultimaora wrote:
Must edit en-EN.tpl_gk_party_freak.ini in language directory.

I have a question too. How i can remove H1 tag from logo?


Hi

You can find the code for that in templates/gk_partyfreaks/layouts/blocks/mainnav.php

Code: Select all
   <h1 class="logo">
      <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
   </h1>

User avatar
Moderator

GK User
Wed Mar 16, 2011 10:20 am
how do I change text color socialfreak.com??
txn
User avatar
Senior Boarder

Konrad M
Wed Mar 16, 2011 10:26 am
Hi try find in joomla.css
Code: Select all
.mod_breadcrumbs > span.youah {
font-weight:bold;
padding:0 8px 0 0;
}

and change to
Code: Select all
.mod_breadcrumbs > span.youah {
color:#FFFFFF; //here set your color
font-weight:bold;
padding:0 8px 0 0;
}
User avatar

GK User
Wed Mar 16, 2011 10:37 am
please path to joomla.css ?

Tnx
:lol:
User avatar
Senior Boarder

Konrad M
Wed Mar 16, 2011 10:40 am
Here you have: templatesgk_party_freakcssjoomla.css
User avatar


cron