• Resolved desteele

    (@desteele)


    I figured out how to change the site header block background color using the Additional CSS tool, but I can’t figure out how to do two other things:

    1. Change the font color within that block to be b2b2b2

    2. Change the options hamburger menu block on the far right to be black with b2b2b2 lines on no-hover.

    I appreciate any assistance you can give me.

    Thank you,

    Damon Steele

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Damon, I can’t help you with the font color, but how did you change the header background color?

    I know that if you use the jetpack plugin, you can upload a logo and turn off the header font, if that helps.

    Thread Starter desteele

    (@desteele)

    Heather,

    Put this in the “Additional CSS” block and it should do what you want:

    .site-header {
    background: 000000;
    }

    Thank you so much Damon!

    Thread Starter desteele

    (@desteele)

    Well, the code I used earlier had the unexpected consequence of turning the header transparent… so, I need help to turn the header from white to black, to turn the header font to #b2b2b2, and to turn the navigation on the far right black with #b2b2b2 lines.

    I appreciate your help.

    Des

    Thread Starter desteele

    (@desteele)

    Hey @heatherlarkin – I figured out all the elements I’ve been trying to get changed, and here is the Additional CSS to add:

    .site-description{
    color: #b2b2b2;
    }
    .site-title {
    color: #b2b2b2;
    }
    .site-header {
    background: #000000;
    border-bottom-color: #000000;
    }
    button.sidebar-toggle {
    	background: #000000;
    	color: #b2b2b2;
    	border-left-color: #000000;
    }

    This will change the color of the header bar to black, change the sidebar toggle button to black with grey lines, change the title to grey letters, and change the long thin line at the bottom of the title and the short line between the title and the sidebar toggle button to black.

    Damon

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cubic Title Font color’ is closed to new replies.