Change JA Purity II template header

Hello Jul Ibarra,

To modify the logo of the Ja Purity II template you must consider two things:

– The image file that is stored in /templates/ja_purity_ii/images/logo.png and has dimensions of 207x79px in .png format with a transparent background.

– The style sheet that manages said logo so that it appears with the defined measurements and other values.

If what you simply want is to modify the logo for another of similar size and format, simply rename logo.png to old_logo.png (for example) and upload your logo with the name logo.png to that folder and refresh your page and you will see the new one logo. If your cache doesn’t let you see the changes, try Control+F5 to refresh the page.

If you want something more elaborate, for example, take more advantage of the horizontal space of the place that the logo occupies to place a wider one, you must modify these values ​​in the template.css style sheet, line 992 (or approximate if you have made some other change on that sheet above) that contains the following code:

h1.logo a { background:url(“../images/logo.gif”) no-repeat scroll left center transparent; display:block; height:79px; width:207px; }

There you can modify the height and width values ​​to adapt to the new dimensions of your logo. It is an artisan job but easy to do that will allow you to modify the logo as you want.

Don’t forget to make a backup, preferably with Akeeba Backup before making these changes.

Note: Do not write in capital letters, it seems that you are shouting and it is not from . 😉

See also  Differences between Shared and Dedicated Hosting

Cheers

AnswerQuote

Answered : 07/14/2012 7:38 pm

Loading Facebook Comments ...
Loading Disqus Comments ...