• uviraonline

    (@uviraonline)


    1- Hi would like to change the highlight color of the menu texte from blue to red (CSS will be better)
    2. is there a CSS to remove the the black part showing where we are in the site. here is the exemple containing this texte in this page:
    HOME / ARCHIVE CATEGORY: GÉNÉRALITÉS
    CATEGORY ARCHIVES: GÉNÉRALITÉS
    http://www.canadaexpertspro.ca/category/generalites/

Viewing 3 replies - 1 through 3 (of 3 total)
  • remediosgraphic

    (@remediosgraphic)

    #intro #breadcrumbs a {
        color: #d3382b;
    }

    this should work

    remediosgraphic

    (@remediosgraphic)

    to hide the header on the site

    #intro{display:none}

    Thread Starter uviraonline

    (@uviraonline)

    Hi thank you for the answer,
    The blue color to highlight the Primary Header Menu didn’t change the color from blue to red.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘menu highlight color’ is closed to new replies.