Hey,
I updated to 2.4.4 today and notice that the color section on my home page isn’t working right.
Could you take a look and if you have any tips that would be wonderful.. I also notice that in my footer my social icons grew really big when i updated to 2.4.4.
You can check it out at http://takeholdprinting.com
Thanks so much :)
Hi pc37075!
1.) Can you please post a screenshot of Color Section bug? Please elaborate the issue.
2.) Use this on your custom.css or Quick CSS to adjust the height of the social icons:
#text-10 .size-full {
width: 40px;
}
Cheers!
Ismael
Hi!
Please update WordPress to version 3.8 and check if that solves the issue. Let us know if it does not
Cheers!
Yigit
Hi!
The social icons are big because the images don’t have a constrained size via a css class. Doing something like this will work:
Wrap all your links like this in your text widget:
<div class="custom-footer-social">
...your current content...
</div>
Then add the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.custom-footer-social img {
height: 37px;
}
As for the color section issue, I don’t quite understand what the issue actually is. Can you describe what is happening that shouldn’t?
Cheers!
Devin
Hey,
Thanks for the info :)
I fixed it. All i did was redo the color section ares. You should be able to see the difference now.
You guys rock!!!!
Thanks so much :)