Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1408081
    oneksquared
    Participant

    I have a footer widget area set for all my pages, and I’ve made changes to the global css to reflect a smaller size. However, it only shows up on a few pages and not all of them. And on other pages, it is extremely large.
    This is the css I currently have:

    .x-footer .widget a {
    font-size: 12px !important;
    }
    .x-colophon {
    background-color:#525252!important;
    }
    .widget ul li a, .widget ol li a,footer.x-colophon p {
    color:#dcdad9;
    }
    footer.x-colophon .widget {
    text-shadow: none !important;
    }
    footer.x-colophon h4.h-widget,
    footer.x-colophon .textwidget {
    color: #960611 !important;
    }
    .widget a:hover {
    color: #960611 !important;
    }

    #1408140
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1409855
    oneksquared
    Participant
    This reply has been marked as private.
    #1410243
    Nabeel A
    Moderator

    Hi again,

    Thank you for providing the URL. Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Let us know how this goes!

    #1412349
    oneksquared
    Participant

    I’ve gone through and deactivated the third party plugins. Did some change to the coding.. Still having the same issues. I have listed the problem according to pages
    Homepage- This is exactly what I need.
    Landscape: different size and font color
    Hardscapes: Good
    Drainage and Rough Grading: Good
    Lawn Restoration: Font size and color
    Resources: Good
    Portfolio: Font size and color
    Contact: Font size and color
    Request Estimate: Size only
    Testimonial: Size only

    #1412727
    Christian
    Moderator

    Please give us access to your WordPress admin so we could check your back-end setup.

    Thanks.

    #1412917
    oneksquared
    Participant
    This reply has been marked as private.
    #1413314
    Paul R
    Moderator

    Hi,

    Upon checking, I can see a lot of malformed html in your content which is affecting the font size of your footer text.

    eg.

    
    <font color= "white"><font size="5">Proudly serving the McHenry County since 1990</font size></font color>
    

    Please change it to

    
    <font color= "white" size="5">Proudly serving the McHenry County since 1990</font></font>
    

    For your reference, kindly refer to the link below.

    https://www.w3schools.com/tags/tag_font.asp

    Hope that helps

  • <script> jQuery(function($){ $("#no-reply-1408081 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>