Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hey i’m new to this as well but I had the same problem but with a different theme. I solved it by adding
    color #000000;
    to all the different things inside of the naviagtion/WP page navi sections.

    so change this:
    .logowrap { float: left; width: 950px; margin-top: 80px; }
    to
    .logowrap { float: left; width: 950px; margin-top: 80px; color #000000; }
    Then see what happens. Eventually you should hit the right spot. Try the WP Page Navi section first, that where i found mine.

    It is also helpfull to add in comments when you discover what anything does. Use
    */ coments in here */
    right before the second }.

    *note that #000000 if black and therfore will not change black things black. If you don’t know anyhting about hex internet colors I suggest this site: https://www.w3schools.com/html/html_colors.asp

    If you go through them all and there arn’t any changes then youl have to ask someone smarter.

Viewing 1 replies (of 1 total)