Academica: change line colour & menu font

  • Unknown's avatar

    Hi!

    In the Academia theme, is it possible to change

    1) the colour of the orange horizontal lines;
    2) the font of the menu and main text (somehow, I can only change the font on headings, the “base font” doesn’t appear to apply to these)

    Many thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    1) the colour of the orange horizontal lines;

    Add the following and adjust the color as desired. I’ve used the green on the existing lines in this sample code.

    #footer, hr.sepinside {
    	border-color: #00a65c;
    }

    2) the font of the menu and main text (somehow, I can only change the font on headings, the “base font” doesn’t appear to apply to these)

    Hmmm, this is interesting. Let me do some testing on that. I’ll get back to you on this part of things.

  • Unknown's avatar

    Thanks for your help, thesacredpath!

    As for the menu, apart from the font, could you show me how to change the colour on the drop-down menus (which is unaffected by the colour scheme available in the Colours & Backgrounds customizer)?

    Thanks in advance!

  • Unknown's avatar

    I see you have added the following to change the colors on the sub menus. Let me know if you still need help with this.

    #main-nav ul ul a {
    	background-color:#988975;
    	border-right-color:#fff;
    	border-top-color:#c1af96
    }
  • The topic ‘Academica: change line colour & menu font’ is closed to new replies.