Before you ask please READ THIS

How I can change Font Color in the upper menu

edited December 2012 in Hypershot Posts: 29
Hi, I try to found samething in the theme-options, but I didnt saw it. Is it only possible in the css and if yes, where?

Comments

  • AirAir
    Posts: 10,970
    There is options for that: Hypershot theme-> Appearance-> Header

    With regards.
  • edited December 2012 Posts: 29
    Maybe I am blind, but I find only the font-color for the main menu, not for the upper menu/header. Please give me tip ;-)

    Btw: I try to found the same, for the headline in the pages.
    Post edited by kunststoffat on
  • edited December 2012 Posts: 29
    Thank you very much ... could you please tell me (last question), where a can change the color for "show info"-text?.
    Post edited by kunststoffat on
  • AirAir
    Posts: 10,970
    You can use this
    #head-widgets .content .text{
    color: #000;
    }
    With regards.
  • edited December 2012 Posts: 29
    hi, thanks, but this is the content and not the text-link, right?
    Post edited by kunststoffat on
  • AirAir
    Posts: 10,970
    If you want just "link color" you had answer in above answer http://support.apollo13.eu/discussion/comment/2326#Comment_2326 :-)

    With regards.
  • edited December 2012 Posts: 29
    Maybe I have a blackout ... sorry, but I do not found the right solution. The link is black, but how I can set the hover in red ... If I complete it with hover in red, the link stay in red after I close the widget. Could you please help me?
    Post edited by kunststoffat on
  • AirAir
    Posts: 10,970
    Normal color:
    #head-widgets .handle{
    color: #000;
    }
    hover color:
    #head-widgets .handle:hover{
    color: #ff0000;
    }
    With regards.
  • This I tryed, too. But the red-color stay, but the color stay if I close it.
  • AirAir
    Posts: 10,970
    I was sure I answered this:-/
    Maybe the red you see after closing is just focus color, that will change after you click somewhere else? This is my last attempt for this issue as I don't have any more ideas, and I can't see your issue when I come to your site :-(

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!