Mixfolio Theme Change colour of top grey banner

  • Unknown's avatar

    Hi
    I’m more of a designer than coder but have some experience.
    I bought premium so I can make color changes. I simply now want to change the color of the top banner of my site to #24445f

    It’s so simple I imagine … is it in CSS?

    Can someone help? Much appreciated

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to change the color of the area with your navigation and site title.

    #branding-inner, #branding .fill {
        background-color: #24445f;
    }

    I used the web inspector built into my browser to find the relevant CSS. If you are not familiar with the web inspector in your browser, take a look at our support page on How to Find Your Theme’s CSS where you will find some brief screencasts to get you started with it. I find it an invaluable tool when working with CSS.

  • Unknown's avatar

    Thank you. Knew it was simple but until you get the pointers it’s very trial and error.

    I know its simple as but the color change makes me very happy.

  • Unknown's avatar

    You are welcome.

    I used the web inspector built into my browser to find the relevant CSS. If you are not familiar with the web inspector in your browser, take a look at our support page on How to Find Your Theme’s CSS where you will find some brief screencasts to get you started with it. I find it an invaluable tool when working with CSS.

  • The topic ‘Mixfolio Theme Change colour of top grey banner’ is closed to new replies.