• Resolved Jacob deCastro

    (@jacobd0419)


    Hello!

    I have two questions today.

    1. How do I change the color of the header on Omega and/or Alpha child theme?
    2. What is the width of the sidebar on Omega?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Jacob,

    To answer your questions;
    1. Select the Omega theme from your dashboard and click on the customize link. From the customization panel on the left that appears, select the ‘Global Settings’ tab. Then from the dropdown list that appears select ‘Custom CSS’. Then type the following CSS in the Custom CSS box. I have put blue but you can put your selected color here, using rgba or hex values.

    .site-header {
    background-color:blue;
    }

    2. The sidebar is 300px wide, found from using firebug – a great tool!

    Best of luck.
    Karen.

    Thread Starter Jacob deCastro

    (@jacobd0419)

    Thank you Karen!

    No problem – happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Layout and Colors’ is closed to new replies.