Support for Envato Buyers Forums OldCar hyperlink colour change

Viewing 5 reply threads
  • Author
    Posts
    • #3290
      loreabagaz
      Member

      Hi there!
      Is there a way in which I can select colour for the hyperlinks (differente from that of the menu bar) and mantaining the hovering?
      (the colour of the menu bar in my case is not dark enough, and hyperlinks do not contrast enough, and are poorly read). However, I like them to hover…
      Thanks,
      L.

    • #3301

      For menu link color, you can change it with the following custom CSS, put them into “OldCar options > Custom code> CSS code”:

      .primary-navigation ul li a,
      .primary-navigation ul .sub-menu li a{color:#000;}

      For change the hover color, just go to “OldCar options > Custom style > Active and Hover Color Of Menu Item”

      I will add a colorpicker and option for changing the menu link color in the theme options in next version.

    • #3310
      loreabagaz
      Member

      Thanks so much for your quick answer, but I am afraid that was not what I was asking for.
      I do not need to change the color of the “menú text”, nor the hover color, but the color of the links within the text (in the posts and pages). The theme uses by default the “global color scheme color”, but I would like to choose it myself, since my “global color scheme” is too light so that the words can be read properly.
      I hope I could explain it better this time….

      Example (the words “fibromas o acrocordones” are in light blue in this post, and I would like to have a darker blue without changing the global color scheme, which I like)” http://dermatologia-bagazgoitia.com/2014/01/verrugas-papilomas-condilomas-virus-papiloma-humano-85

    • #3312
      Musama
      Member

      hi, just go to Oldcar options> custom codes then set the following code :

      a{
      color: #the color you want;
      }
      a:hover{
      color: #the color you want;
      }
    • #3314
      loreabagaz
      Member

      It Works! Thank you again!

    • #3320
      Musama
      Member

      You’re welcome 🙂

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