Dear marval1,
Thanks for contacting us and choosing our product!
About your question change menu color of Onepage Portfolio template you can change it by following steps:
Step 1: Go to path {root}/templates/jux_one/local/css then open file template.css
Step 2:
- Change background color:
+ Go to line 5211 change: background-color: #ccd0ce; to color you want
- Change background color when hover:
+ Go to line 5245 then change: background: #e4db2c; to color you want
- Change background color when active:
+ Go to line 5262 change: background: #e4db2c; to color your want
Hope this help!
I was referring to the menu that you can see on a blog page not the one on the main page. The settings that you suggested that I modify change the settings on the main page.
Please let me know if I can use settings in the template.css file to change for instance the grey color of the font. It can be barely seen on the blackish background. I am trying to attach the file but it does not seem to be working
Hi marval1,
Thanks for your feedback!
To change color of the font you can do it by following step:
Step 1: Go to path {root}/templates/jux_one/local/css then open file template.css
Step 2: go to line 3067 to change text color
go to line 95 change text when hover.
You can change css in template.css file
Hope this help!