Shapely theme issues

Hi there,

First of all thank you very much for the theme, its awesome!

I have a few issues i cant seem to solve.

  1. Change header hight. I have gone through the forum and tried the different codes thats been suggested but none of them work. Help!

  2. Change size of body font color in Parralax widget

  3. Change color of footer

Thanks in advance!

Hi Movin,

I have managed to sort out the first question.

Regards,
Shakeel

Hi again,

I have sorted the second question as well.

Thanks

Hi @shakeel,

I hope you are well today and thank you for your questions.

3. Change color of footer

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


footer#colophon,
footer#colophon a {
    color: #000;
}
footer#colophon {
    background: #fff;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin

Works perfectly!

Thanks for your awesome support!

Regards

You are most welcome here :slight_smile: