OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
OS Base template - top menu colour change (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

OS Base template - top menu colour change

lisnpn (Visitor)
Posts: 0
graphgraph
User Offline
OS Base template - top menu colour change 9 Years, 8 Months ago
Karma: 0  
Hi,

I have the OS base template on my joomla site and I would like to know how to change the background colour of the main menu section at the top? I know you can change the body colour in joomla but it doesn't look as if you can change the top menu colour.

I would also like to change the colour of the live that appears under tabs when you hover over them, at the moment it's blue and I'd like to change it.

Someone told me I need to get to the CSS for my site, but as it is hosted by 1and1 I can't seem to find my CSS.

Thanks
Logged Logged
Last Edit: 2014/08/04 08:26 By .
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:OS Base template - top menu colour change 9 Years, 8 Months ago
Karma: 58  
Hello,

First, you have to prepare an image and hex color code or gradient code.
Second, you need Firebug tool installed in your browser to check which Class or ID you need to override to make final changes.
Third, you need to learn some basics of CSS and CSS3.
The background-color property is used to specify a solid background color and accepts the same color values as the foreground color property. So it can be a color keyword, like blue, an RGB value like rgb(34, 121, 160), a hexadecimal color value such as #2279A0, or a short hexadecimal color like #ccc.

You can go to: templates/jf_creativia/cssmenu.css
Change color: find(line 9) div.main_menu li a, div.main_menu li span.separator
Wish you success

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»