Customizing SMF > Theme Site Themes

Ecology Theme

<< < (2/2)

CrimeS:
If you mean the logo "Ecology - Theme by CrimeS" then the answer is yes, you can change image or edit this in index.template.php

phpshiva:
i like this theme

can i change the menu tekst to other collor
and where can i find this?

thnk you so much for this O:)

phantomm:
@phpshiva, you can adjust colors in ./Themes/Ecology_SMF2/css/index.css in lines:

--- Code: ---.menubar_item_link:link, .menubar_item_link:active, .menubar_item_link:visited, .menubar_item_link:hover
{
color: #625f5f;
text-decoration: none;
}
.menubar_item.active
{
color: #242424;
}
.menubar_item_link.active:link, .menubar_item_link.active:active, .menubar_item_link.active:visited, .menubar_item_link.active:hover
{
color: #938d8d;
text-decoration: none;
}

--- End code ---

phpshiva:
thank you so much now they can see it without putting glasses on :D

phpshiva:
When i try to put a differend  collor in this it turns all links in to it
what i try to do is to make de color from the links that are in the brown color lighter
because my members cant read it that good but it effects all the tekst
is there a way around this?

so that they can read it?


--- Code: ---/* Normal, standard links. */
a:link, a:visited
{
color: [color=red]#938D8D[/color];
text-decoration: none;
}
a:hover
{
text-decoration: underline;
cursor: pointer;
}

/* Links that open in a new window. */
a.new_win:link, a.new_win:visited
{
color: #938D8D;
text-decoration: none;
}
a.new_win:hover
{
text-decoration: underline;
}
--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version