• Resolved NickJam

    (@nickjam)


    Thank you for MesoColumns! Regarding the main navigation menu colors… can’t seem to locate the css to change the blue color underlining the main navigation menu items. Same problem for the hover-over blue and sub-page blue. I’m sure it’s obvious but I’ve been looking for a while. could you post the code line(s) I need to change?

    Website is http://supersonicprinting.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    you can either change them in wp-admin->theme option->category or pages color or edit them in lib/scripts/superfish-menu/css/superfish.css line 121

    #main-navigation .sf-menu a {
    	text-decoration:none;
    	display: block;
    	font-size: 1.25em;
    	padding: 0.75em 1em;
    	text-transform: capitalize;
    	color: #333;
    	font-weight: bold !important;
    	margin: 0px;
    	border-bottom: 5px solid #52C0D4; /*edit this*/
    }
    Thread Starter NickJam

    (@nickjam)

    Yeah, I attempted changing through wp-admin->theme option->category or pages color to no avail.

    I edited superfish-menu css as you suggested. Thanks. Also edited the hover and ul in that same file. (lines 134 and 180).

    I personally love your default color scheme but this job required changing it.

    Best regards,
    : DJ

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘main navigation menu colors’ is closed to new replies.