This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Header

Resolved 6 replies themetheme-origami
11 years ago · Last reply by Andrew Misplon 11 years ago

I have rebuild the template to black and everything works fine so far.
But I can not get the header color back to the original color.
It keeps showing the visited purple color. I want it to stay red
Where do I find it in the editor?

thanks for helping.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Andrew Misplon Staff 11 years, 10 months ago

    Hi Jaco

    Please keep in mind that unless you’re editing a style.css file in a child theme all your changes will be overwritten when you update Origami. The best place to put Custom CSS is under Appearance > Custom CSS, our tutorial for doing this is here: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

    If you’re wanting to edit the colors of the main menu in Origami, here is the Custom CSS required:

    /* Origami Menu */
    #menu ul li a {
    color: #505050 !important;
    }
    #menu ul li a:hover {
    color: #505050 !important;
    }

    You can change the default color #505050 to the color you need.

    Let me know if this isn’t what you’re looking for.

  2. Jaco 11 years, 10 months ago

    Hi Thanks,
    But I can’t find the “hoover” that changes the header text. It is staying the visited color. When you mouse over you see the chosen color in a glimpse.
    It is not the menu but the H1

    theanks

  3. Andrew Misplon Staff 11 years, 10 months ago

    The CSS snippet I sent will only apply to the menu, if you want to add a visited color it would look like this:

    /* Origami Menu */
    #menu ul li a {
    color: #505050 !important;
    }
    #menu ul li a:hover {
    color: #505050 !important;
    }
    #menu ul li a:visited {
    color: #505050 !important;
    }

    You’ll then need to edit my color values with yours.

    Are you talking about the h1 in the header? That shouldn’t have any hover or visited styling. If you want to add it then it would look like this:

    #logo h1:hover { color: red; }
    #logo h3:hover { color: red; }

    Please review our Custom CSS tutorial here: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/. I’m sure you’ll find it helpful.

  4. Jaco 11 years, 10 months ago

    please have a look here:

    http://www.hookers-of-the-system.com/

    it is the hookers-of-the-system text that is purple and should be red

    thanks

  5. Jaco 11 years, 10 months ago

    just solved it !!! happy !

  6. Andrew Misplon Staff 11 years, 10 months ago

    Hi Jaco

    Super, thanks for updating us. Glad you found a solution.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread