Support for Envato Buyers › Forums › OldCar › Menu Problem
- This topic has 7 replies, 3 voices, and was last updated 11 years, 2 months ago by FocuxTheme Support.
-
AuthorPosts
-
-
October 30, 2013 at 5:05 am #2736DukimMember
Hello, wonderful theme π
I’m making some modifications, however I’m having some problems.
My menu are not displaying propertly, the letter only appears when the mouse is in the menu name.
My website: http://goteste.com/
Could you help me?
Ahh, one more think, there is possible to make the menu change the letter colors when pass the mouse? (menu exemple: http://www.ehles.com/selge/)
Thanks
Thiago Kim -
October 30, 2013 at 7:19 am #2752FocuxTheme SupportKeymaster
Hi
1. I’m not sure what you have changed, I checked the source code of your page, guess that you haven’t set the navigation with the custom menu? Just go to “Appearance > menus”, create a custom menu for the primary side menu.
2. Yes, but you need to add some custom CSS, however, the customization work is not include in the support service.
General idea:.primary-navigation ul li#menu-item-214 a{color:#f00;} .primary-navigation ul li#menu-item-215 a{color:#000;}
You should replace 214 to the actual menu ID. If you don’t know much about CSS knowledge, I suggest you can hire a freelancer web developer to help you.
Thanks
-
November 1, 2013 at 4:33 am #2772DukimMember
Hello Johnny,
Thanks for the answer, already solve the menu problem, but there is another little problem, how I can change the sub menus color? I set a white menu background and set the menu color to black, however the sub menu is white…
I’m gonna try this code for the navigation, but i have to change each menu line?
Johnny I have another question, I would like to change the old car background color, there is possible?
Cheers!
-
November 1, 2013 at 6:21 am #2775FocuxTheme SupportKeymaster
Hi
1. Add the following CSS to “OldCar options > custom Code > CSS codes”
.primary-navigation ul .sub-menu li a{color:#000;}
2. Yes, if you want every menu items has different hover color, you have to change each menu item.
3. Try the following CSS to change the background.
body{background: your color;}
-
November 1, 2013 at 6:39 am #2777DukimMember
Hello Johnny
Thank you very much for the replies and sorry for the other topic question, I didn’t saw all the awnser.
I already set all modification, that’s works π
One more question, there is a way to change the letter color in the posts body?
Thanks again for the help π
-
November 2, 2013 at 1:22 am #2780MusamaMember
hi go
1. Add the following CSS to βOldCar options > custom Code > CSS codes.single-blog-article p, .single-gallrey-article p, .blog-article-title a{ color: #ffffff; } .blog-article-title a:hover{ color: #ab337a; }
-
November 3, 2013 at 1:01 am #2787DukimMember
Hello,
Thanks again for the support, I
m setting this theme for a client and it
s one of the best templates I have ever used πI was wondering if there is a way o put a image in the page backgroung, it`s possible?
Thanks again for all the help, cheers!
-
November 3, 2013 at 7:44 pm #2794FocuxTheme SupportKeymaster
There’s no option for changing background image for the page, you should do it with custom CSS such as below
body{background: #fff url(your image URL) no-repeat;}
Please change the background settings by yourself, eg. #fff, image URL and no-repeat property.
-
-
AuthorPosts
- You must be logged in to reply to this topic.