• First, I don’t know how to do CSS. So, if that’s the only way to make the changes, then please let me know.

    I want to change the color of the text from light blue in the menu (if this changes it throughout, that’s fine) and I want to change the color for the home page slogan. The blue clashes with my background color.

    https://koridmiller.com/the-scoop-2/

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • How does this look? I pulled a couple colors from your header image.
    you can change the colors to whateever of course, and if you don’t liek the bold of the menu font visited/hover, just delete the font-weight:bold; (leave ending bracket)

    You can paste this into your Custom CSS:

    /*Change Visited Link color*/
    
    #access a:hover, #access ul li.current-menu-item a, #access ul li.current_page_ancestor a, #access ul li.current-menu-ancestor a, #access ul li.current_page_item a, #access ul li:hover > a {
      color: #5A5E39;
      font-weight: bold;
    }
    /*Change Slogan Wrap Color */
    .slogan-wrap {
      background-color: #B6B073;
      }
    Thread Starter KoriMiller

    (@korimiller)

    Update: This isn’t resolved, but I did change the look of my site. I still need to know how to do this. Here’s how it looks now.

    https://koridmiller.com/

    For the Slogan: This should change it to black. Did you put this into your Custom CSS Stylesheet?

    /Change Slogan Wrap Color*/
    .slogan-wrap {
      background-color: #000000;
      }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Text Color in Menu and Home Page Slogan’ is closed to new replies.