OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
OS-furniture Change color (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

OS-furniture Change color

raunhar (User)
Senior Boarder
Posts: 40
graphgraph
User Offline Click here to see the profile of this user
OS-furniture Change color 8 Years, 7 Months ago
Karma: 0  
strega.in/

I want to change the black colour (top bar and bottom bar) to the green, as in the logo .

Where do I change the code or is it an image.
Logged Logged
The administrator has disabled public write access.
AnnaZh (Admin)
Admin
Posts: 226
graphgraph
User Offline Click here to see the profile of this user
Gender: Female Location: Kharkov, Ukraine
Re:OS-furniture Change color 8 Years, 7 Months ago
Karma: 7  
Hello,

To change the black colour of top bar to the green, as in the logo
please go to
strega.in/templates/os_furniture_may_2013/css/style.css

and this code (line 79)
Code:

.navbar-fixed-top, .header .span12 {
    background-color: #000000;
}



change to

Code:

.navbar-fixed-top, .header .span12 {
    background-color: #104F3F;
}



Also to change color of footer bar you need this code (line 1003)

Code:

.background {
    background-color: #000000;
}



change to

Code:

.background {
    background-color: #104F3F;
}




Best Regards,
Anna
ordasoft.com
Logged Logged
The administrator has disabled public write access.
raunhar (User)
Senior Boarder
Posts: 40
graphgraph
User Offline Click here to see the profile of this user
Re:OS-furniture Change color 8 Years, 7 Months ago
Karma: 0  
Need to change the Main Menu font color (not on hover) from white to something. As the menu bkg is also almost white, the menu items get hidden.

In the content, where ever the bullet list is reqd, the text is getting converted to Upper case.
I require bullets.
Logged Logged
Last Edit: 2015/09/04 07:25 By raunhar.
The administrator has disabled public write access.
AnnaZh (Admin)
Admin
Posts: 226
graphgraph
User Offline Click here to see the profile of this user
Gender: Female Location: Kharkov, Ukraine
Re:OS-furniture Change color 8 Years, 7 Months ago
Karma: 7  
Hello,

To change color of Main Menu font, please go to

strega.in/templates/os_furniture_may_2013/css/style.css

and in line 179
Code:

.menu a:visited {
color: #fff !important;
}


and line 141
Code:

.menu a {
display: block;
position: relative;
padding: .75em 1em;
text-decoration: none;
color: #fff!important;
font-family: Federo, sans-serif italic;
}



change "color: fff" on color that you want.


Best Regards,
Anna
ordasoft.com
Logged Logged
The administrator has disabled public write access.
Go to top
»