• Hello
    The main menu of the site is too hard to see, I need to change the color to black, but I am not familiar with SASS, what should I change in the _menus.scss file?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter makol

    (@makol)

    If someone has the same problem – the necessary css file is located along this path
    /wp-content/themes/newspaper-x/assets/css/style.css

    Thread Starter makol

    (@makol)

    SCSS and SASS not work on theme Newspaper x

    Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @makol

    To change the menu color add below css code to Appearance → Customize → Additional CSS.

    #site-navigation a {
      color: #000;
      font-weight: bold;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter makol

    (@makol)

    Hey @snehalb890 thank you so much for answer, but I have long decided everything

    Have good one

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Main menu color’ is closed to new replies.