We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 50830
    • 11 Posts
    Hello,
    I'm using http://html5up.net/dopetrope as my template and I wish to change the 'navigation icons' Home,Dropdown and so on.I want to remove the red highlight and the grey highlights when the mouse goes over it.I also have TrueType font file (.ttf) file I want to change instead of the default that appears below the logo 'Dopetrope'.

    Thank you
    • That is all handled in the CSS. You can override that in your own custom CSS file.
      #nav > ul > li.current {
        background: #whatever-color-you-want;
      }


      You need to include your font files at the beginning of your custom CSS file, then specify that is the font-family to use in the CSS.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org