The Joomla! Forum ™





Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Wed May 09, 2012 12:56 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Apr 20, 2012 10:16 pm
Posts: 6
How do i change the text colour and size in the footer in JA Purity Template..
thanks in advance.


Top
 Profile  
 
PostPosted: Wed May 09, 2012 1:08 am 
User avatar
Joomla! Master
Joomla! Master

Joined: Wed Aug 13, 2008 2:57 am
Posts: 20521
Location: Chennai, India
You could change the color and the font-size in the following css entry that is available in the file template.css that is located in the directory /templates/ja_purity/css.
Code:
#ja-footer .copyright {
   clear: both;
   display: block;
   padding-left: 25%;
   color: #666666;
   font-style: normal;
   font-size: 92%;
}

Note: Make a copy of the file before editing it.

Generally, in these situations you could use the tool FireBug to inspect elements and view the css entries.

The tool FireBug that is available in browsers such as FireFox and Chrome could be used for this purpose. With FireBug you can inspect an element in a web page and find out its css entries and in which file the entries are located. You could even change the css entries to see how it affects the look and feel of your site. Once you are satisfied you could incorporate the changes in the actual file.

Review the document http://docs.joomla.org/Tutorial:Using_Firebug_With_Your_Joomla_Website for more information about how to use FireBug.

_________________
- Ilagnayeru (MIG) Manickam
http://www.eegan.org - helping the poor and underprivileged
educate. empower. enrich.
Support the poor and underprivileged


Top
 Profile  
 
PostPosted: Wed May 09, 2012 11:35 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Apr 20, 2012 10:16 pm
Posts: 6
Thanks a million imanickam


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 



Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group