Tagged: x
-
AuthorPosts
-
March 15, 2017 at 10:01 am #1408081
oneksquaredParticipantI 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;
}March 15, 2017 at 10:27 am #1408140
RahulModeratorHey 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.
March 16, 2017 at 12:02 pm #1409855
oneksquaredParticipantThis reply has been marked as private.March 16, 2017 at 5:26 pm #1410243
Nabeel AModeratorHi 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!
March 18, 2017 at 5:43 pm #1412349
oneksquaredParticipantI’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 onlyMarch 19, 2017 at 7:59 am #1412727
ChristianModeratorPlease give us access to your WordPress admin so we could check your back-end setup.
Thanks.
March 19, 2017 at 3:39 pm #1412917
oneksquaredParticipantThis reply has been marked as private.March 20, 2017 at 2:47 am #1413314
Paul RModeratorHi,
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
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1408081 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
