Shape 5

Joomla Templates => Shenandoah - Club => : acupunctor April 26, 2011, 03:05:38 AM



: Characters of menu titles are displayed in "UPPERCASE"
: acupunctor April 26, 2011, 03:05:38 AM
Hello Mikek,

In the Middle Menu characters of menu titles are displayed in "UPPERCASE"

HOME    S5 MENU   FEATURES

and I want to display as "tiny"

Home    S5 Menu   Features

and change also the color of fonts.

Can you indicate which file to change these options and lines of code?

In the position "Footer" there is also the logo with an image "shape5"
can you tell me or change this option, it does not seem to be in the file footer.php

Thank you for your answers

 A


: Re: Characters of menu titles are displayed in "UPPERCASE"
: mikek April 26, 2011, 07:53:52 AM
Hello,

You can remove the uppercase at line 13 of s5_suckerfish.css:

#s5_navv li .s5_outer_active .s5_rs {

Just remove the uppercase line.

The footer logo can be hidden by adding the following to the bottom of template.css:

#s5_footer_logo {
display:none;
}


: Re: Characters of menu titles are displayed in "UPPERCASE"
: acupunctor April 26, 2011, 10:46:01 AM
Thank you


: Designed by Shape5.com Joomla Templates
: leshai May 01, 2011, 03:17:05 PM
What about this? 
                 Designed by Shape5.com Joomla Templates
How can it be removed?

Thanks



: Re: Characters of menu titles are displayed in "UPPERCASE"
: acupunctor May 02, 2011, 05:55:17 AM

Hello leshai

Hello,
The footer logo can be hidden by adding the following to the bottom of template.css:

#s5_footer_logo {
display:none;
}


: Removing Shape5 footer logo & "designed by"
: hemingway May 31, 2011, 12:18:17 AM
I can't seem to remove the Shape5 footer logo or the "Designed By Shape 5" text. Using the code posted in the "template.css" file doesn't work. I would also like to replace the "Designed by" text.

Please help.