Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Visual (http://www.mysidiaadoptables.com/forum/showthread.php?t=717)

12345 04-22-2009 06:59 AM

Visual
 
I want to repeat background pic. As default file is png, and I need jpg. And I need change color of text example: register here or forgot password?(lightgreen). Its in default template folder. CSS file I think.
I also would like to do that on main page after login buttons: My account, My adopt, Message center, will show, but if logout buttons are not showing

BMR777 04-22-2009 04:55 PM

RE: Visual
 
I think you can do this with the theme's CSS file at templates > default > style.css. Unfortunately I can't help much as the graphics are not my strong area.

Ashje 04-22-2009 05:29 PM

RE: Visual
 
Go into your CSS and find this:
Code:

body {
        background:url(images/bg-body.png) repeat-x top center #E8F7F9;

Change to:
Code:

body {
        background:url(images/bg-body.png) repeat top center #E8F7F9;

That will repeat the background in the default theme. It's simple, just remove the "-x" from repeat.


All times are GMT -5. The time now is 09:26 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.