Support for Envato Buyers Forums OldCar Menu Problem

Viewing 7 reply threads
  • Author
    Posts
    • #2736
      Dukim
      Member

      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

    • #2752

      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

    • #2772
      Dukim
      Member

      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!

    • #2775

      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;}
    • #2777
      Dukim
      Member

      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 πŸ™‚

    • #2780
      Musama
      Member

      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;
      }
    • #2787
      Dukim
      Member

      Hello,

      Thanks again for the support, Im setting this theme for a client and its 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!

    • #2794

      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.

Viewing 7 reply threads
  • You must be logged in to reply to this topic.