Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #204902

    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 :)

    #204914

    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

    #205029
    This reply has been marked as private.
    #205070

    Hi!

    Please update WordPress to version 3.8 and check if that solves the issue. Let us know if it does not

    Cheers!
    Yigit

    #205080
    This reply has been marked as private.
    #205085

    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

    #205095

    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 :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Color Section Bug…’ is closed to new replies.