Hello,
First of all, thank you for the theme and the support forum, it's been very helpful so far. Now however I have ran into an issue I don't find a solution to in the previous posts. My website is: http://www.kin-o.org. I changed the size and colour of the menus to make them stand out more, using Quick CSS. I will paste below everything I have in the Quick CSS in case there's things interfering with each other. After adding the last snippet, it seems that all menus change as they should, except for the menu "Videos" (which is the menu for a portfolio page, although I don't think that should make a difference??). The menu "Videos" shrinks and changes into grey colour, in other words it becomes the same as the text "Short films" just below it. This issue concerns Internet Explorer only, the menus look perfect on Chrome and Firefox. I have the latest version of IE installed, and though I rarely use it, a lot of people still might so I'd like to know if there's a quick fix to this? Thanks very much beforehand for your reply.
Here's the Quick CSS:
#top .template-portfolio-overview .entry-content {
display: none;
}
.page .entry-content>h1, .first-heading{display:none;}
body {font-family: Verdana;
font-size: 0.8em;
padding:0;
margin:0; color: black; }
.main_menu .menu li a strong {font-family: Verdana;
font-size: 1.3em;
padding:1;
margin:0; color: #660066; }














