Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter josebonillaseo

    (@josebonillaseo)

    Thanks, Andrew.

    I’ve reviewed those instructions and reviewed my child-theme set up. I’m not sure I follow. I feel like I’ve done everything as outlined.

    In my FTP directories, I have:
    /thejuliemarcus.com/wp-content/themes/

    Within that I have “twentyeleven” and “twentyeleven-child”

    I’ve then written the code as outlined in the how-to. Then in my wordpress dashboard under Appearance>Themes, I have selected “twenty eleven child”. SO I think that is set up properly. Can I send you anything so you can take a look at specific code? The webpage itself is thejuliemarcus.com

    Thread Starter josebonillaseo

    (@josebonillaseo)

    Thanks Andrew.

    I had actually tried that too. I just tried it again to make sure I didn’t miss anything the first time. I found the

    #branding {
    	border-top: 2px solid #bbb;
    	padding-bottom: 10px;
    	position: relative;
    	z-index: 9999;
    }

    Section on my .css file and changed the #bbb to #800000 to match the color of my nav menu. But I still didn’t see any changes. My other guess is there’s something wrong with my nav menu code somewhere. Here is what that looks like as it stands. Maybe your trained eye can see something there…?

    #access {
    	background: #800000 /* #222; Show a solid color for older browsers */
    	background: -moz-linear-gradient(#801500, 800040); /* (#252525, #0a0a0a); */
    	background: -o-linear-gradient(#801500, 800040); /* (#252525, #0a0a0a); */
    	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#801500), to(#800040)); /* older webkit syntax */
    	background: -webkit-linear-gradient(#801500, 800040); /* (#252525, #0a0a0a); */
    	-webkit-box-shadow: none;/* rgba(0, 0, 0, 0.4) 0px 1px 2px; */
    	-moz-box-shadow: none;/* rgba(0, 0, 0, 0.4) 0px 1px 2px; */
    	box-shadow: none;/* rgba(0, 0, 0, 0.4) 0px 1px 2px */
    	clear: both;
    	display: block;
    	float: left;
    	margin: 0 auto 6px;
    	width: 100%;
    }

    p.s. – I love Google Dev Tools. They have lead me the right way many times and have taught me more than a thing or two.

Viewing 2 replies - 1 through 2 (of 2 total)