Shape 5

Joomla Templates => Bridge of Hope - Club => : mnwuzor January 27, 2013, 10:41:19 AM



: Menu fonts and fixed background
: mnwuzor January 27, 2013, 10:41:19 AM
Hello,

Please I am trying to change the menu of Bridge of Hope - Club from being in capitals to small letters though with the first letter being in capitals. How do I do that?

Secondly, I want to change the background image of the template and make it fixed and not move when I scroll down the page. Please take a look at this site http://www.mojiolusoji.com/. You see the background image remain fixed when you are scrolling down.

Thanks for your response.

Mike


: Re: Menu fonts and fixed background
: mikenicoll January 28, 2013, 07:21:12 PM
Hello,

Change the value in this line of code from "uppercase" to "none" like so

suckerfish.css - line 7

#s5_navv a {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 34px;
    margin-left: 1px;
    margin-top: 0;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
    text-transform: none;
}

Changing the background like this would require custom coding which is a service we do not offer.

-Mike


: Re: Menu fonts and fixed background
: janken January 11, 2014, 04:46:32 PM
I change suckerfish.css but it still don't work.


: Re: Menu fonts and fixed background
: mikenicoll January 12, 2014, 11:06:02 PM
Hello,

Your site seems to be showing lower case now.

-Mike


: Re: Menu fonts and fixed background
: janken January 13, 2014, 06:53:31 AM
OK. I have one more question how to change to small letters in the news. Like in trzezwosc.diecezjagda.pl :
"WSZYSTKIE WSP?LNOTY TRZEŹWOŚCIOWE I OSOBY DZIAŁAJĄCE NA POLU TRZEŹWOŚCI: KATOLICKIE RUCHY TRZEŹWOŚCIOWE, KLUBY ABSTYNENTA, GRUPY SAMOPOMOCOWE: AA, ALANON, ALATEEN, DDA, OSOBY PRACUJĄCE NAD WYJŚCIEM Z UZALEŻNIENIA I WSP?ŁUZALEŻNIENIA, LEKARZY, PSYCHOLOG?W, TERAPEUT?W, PEDAGOG?W, PRACOWNIK?W SOCJALNYCH I PRACOWNIK?W TR?JMIEJSKICH PRZYCHODNI I OŚRODKA TERAPII DLA RODZIN Z PROBLEMEM ALKOHOLOWYM ZAPRASZAMY NA SPOTKANIE OPŁATKOWE, KT?RE ODBĘDZIE SIĘ W NIEDZIELĘ, 12 STYCZNIA 2014 ROKU."


I want small letters.


: Re: Menu fonts and fixed background
: mikenicoll January 13, 2014, 08:26:14 PM
Hello,

You just need to add the following CSS targeting any element on your site.

text-transform: lowercase;

-Mike