Support for Envato Buyers Forums OldCar Changing Font Color in Custom Codes

Viewing 6 reply threads
  • Author
    Posts
    • #6835
      lyricalember
      Member

      How would I change the font color on both the menu bar and another code for changing the color of the text in he body of the posts? I’m using fluid grid mode, latest version.

    • #6838
      lyricalember
      Member

      Also, I am not sure how to make my logo remain square when I view it on mobile devices, is there a way to do that?

    • #6848

      Hi

      1. Did you mean the font color of the menu items which in the sidebar? If so, try the following custom CSS

      .primary-navigation > ul > li > a{color:Your Color;}

      2. Try the following CSS

      .fluid-articles li .post-info p, .fluid-articles li .post-info blockquote{color:Your color;}
      .fluid-articles li .post-info h4 a{color: title color;}

      3. You can make a square LOGO separately for the mobile view, and upload it via OldCar options > General settings.

      Thanks

    • #6853
      lyricalember
      Member

      Okay I’m sorry but I meant all the text items in the sidebar. Could you tell me how to change the color of each text item in the sidebar?

    • #6858

      Try the following custom css

      /*Link color*/
      body #sidebar a,
      body #sidebar h2,
      body .primary-navigation ul li a,
      body .primary-navigation ul .sub-menu li a{color:#000;}
      
      /*Text color*/
      body #sidebar p,
      body .sidebar-widget ul li,
      body .sidebar-widget{color:#333;}

      Thanks

    • #7034
      lyricalember
      Member

      Thank you!

    • #7043

      It’s my pleasure!

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