• Resolved artas73

    (@artas73)


    1) How can I change the color of the active menu from red to another color?
    2) How to remove the page title displayed at the top of every page?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author ronangelo

    (@ronangelo)

    Add these on Asteroid Options -> Custom CSS

    Change #0000ff to your desired color.

    #nav .current-menu-item {
        background: #0000FF;
    }
    .type-page .entry-header {
        display: none;
    }
    Thread Starter artas73

    (@artas73)

    Great everything works perfectly!

    “.type-page .entry-header” work fine on Custom CSS, but “#nav .current-menu-item” does not change. This function changes in style.css

    Now everything is working.

    Thanks

    Thread Starter artas73

    (@artas73)

    Can you help me once more, where I can change the color of posts names and tags? Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I change the color of the active menu from red to another color’ is closed to new replies.