themorphs
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Able] Menu bar missingSorted many thanks
Forum: Themes and Templates
In reply to: [Able] How to change the colour of menu barMany thanks for your help Graham
Forum: Themes and Templates
In reply to: [Able] How to change the colour of menu barGood advice thanks link to site http://trueworktales.co.uk/ Graham
Forum: Themes and Templates
In reply to: [Able] How to change the colour of menu barMany thanks Becky. Sorry I’m quite new to this so can you point out which line it is Am I close here?
:main-navigation li li:hover > a,
.main-navigation li li a:hover {
background: rgb( 215, 215, 215 ); /* #d7d7d7 */
background: rgba( 215, 215, 215, 0.9 );
box-shadow: none;
color: rgb( 13, 61, 155 ); /* #0d3d9b */
color: rgba( 13, 61, 155, 1 );
}
.main-navigation li .current-menu-item > a,
.main-navigation li .current-menu-ancestor > a,
.main-navigation li .current_page_item > a,
.main-navigation li .current_page_ancestor > a {
background: rgb( 230, 230, 230 ); /* #e6e6e6 */
background: rgba( 230, 230, 230, 0.9 );
box-shadow: none;
color: rgb( 13, 61, 155 ); /* #0d3d9b */
color: rgba( 13, 61, 155, 1 );