I am currently using Black Lily as my theme. I was able to modify the background and would like to change all the fonts to Arial and change all the colors to gray (#333333, #CCCCCC). Can someone please help me? I'd like to make my site monochrome.
Also, how do I remove the pictures on the theme? I'd like to get rid of the Black Lily picture on my headline and the picture on top and bottom of the Google add.
thanks any way, i figured it out (well part of it - still don't know how to do the semi-transparent background on boxes). i downloaded the original css file and modified it with dreamweaver then i pasted it on the custom css.
The drawback with the semi-transparent is it bogs down some systems to a crawl. If you go that route, check with all of your contacts to make sure they can still load your page!
anyhow it make also text transparent so it must to think carefully where to put the semi-transparencies and making an appropriate text color and background semi transparent is a nice effect indeed
thanks! it worked! :) but it didn't turn out the way i thought it would. :( i couldn't read anything even when i upped the number. i'll have to use it on a different theme when i change it.
if u want another color then search the right section and
replace the word TRANSPARENT with the appropriate code color
(#000000 is black; #FFFFFF is white)
if u wanna add a background find the right section and replace
the word NONE with
url(background_URL)
background: #FFFFFF url(bg_URL) no-repeat scroll left
top;
/*please note separation from different fields is made by blank space;
not using ; semicolons */
is equivalent to:
background-color: #FFFFFF;
/*transparent for removing it*/
background-image: url(bg_URL);
/*none for removing it*/
background-repeat: no-repeat;
/*repeat or repeat-x or repeat-y or no-repeat*/
background-attachment: scroll;
/*scroll or fixed*/
background-position: left top;
/*x (orizzontal): left or center or right or x%;
y (vertical): top or center or bottom or y%*/
The text font color in any section is reguled by
color: #xxxxxx; /*text color*/
The text font family in any section is reguled by
font-family: Georgia, "Times New Roman", Times, serif; /*browser use the first
available in this list*/
The text font size in any section is reguled by
font-size: 12px; /*changing the number otherwise using notations like large,medium,small,larger,smaller,x-large,x-small...etc.
*/
this is cool thanks! is there a way for me to apply the opaque code just for the background and not the text and contents of the boxes? sorry for all the questions... i'm not good with coding... i just use dreamweaver. thanks for all the help. :)
oh cool. :), then i'm 1 step closer... and a million more to go to get to your level. i just started playing around with web designing. its fun and interesting... the only bad thing is that it eats up way too much time.
if u want another color then search the right section and
replace the word TRANSPARENT with the appropriate code color
(#000000 is black; #FFFFFF is white)
if u wanna add a background find the right section and replace
the word NONE with
url(background_URL)
background: #FFFFFF url(bg_URL) no-repeat scroll left
top;
/*please note separation from different fields is made by blank space;
not to use ; semicolon */
is equivalent to:
background-color: #FFFFFF;
/*transparent for removing it*/
background-image: url(bg_URL);
/*none for removing it*/
background-repeat: no-repeat;
/*repeat or repeat-x or repeat-y or no-repeat*/
background-attachment: scroll;
/*scroll or fixed*/
background-position: left top;
/*x (orizzontal): left or center or right or x%;
y (vertical): top or center or bottom or y%*/
The text font color in any section is reguled by
color: #xxxxxx; /*text color*/
The text font family in any section is reguled by
font-family: Georgia, "Times New Roman", Times, serif; /*browser use the first
available in this list*/
The text font size in any section is reguled by
font-size: 12px; /*changing the number otherwise using notations like large,medium,small,larger,smaller,x-large,x-small...etc.
*/
...question... what about the avlack theme? could you help with that? changing the font AND the color? well i guess color no prob but what about changing the font? ^_^ help me... thanksh
Dear Ladies and Gentleman, I have read your amusing and informative posts. I still do not know how to change my font. Could you please tell me how to change my font to Papyrus. Can you please help me? Thanks, Najea