Tagged: x
-
AuthorPosts
-
April 11, 2016 at 3:14 pm #877104
jsjmccrackenParticipantHello,
On http://www.tablerockkennels.com/ I would like to change the background around the border. I know how to change what’s on the inside of the border but not what’s around it. I don’t want it to be white and I would like it to be an image if possible.
Thank you,
Jacob
April 11, 2016 at 3:30 pm #877137
jsjmccrackenParticipantI just changed it to full width and I like that better but I would like to change the the white around the logo and at the bottom between the end of the background and the links.
April 12, 2016 at 1:56 am #877767
RupokMemberHi there,
Thanks for writing in!
For Logobar :
You can add this under Custom > CSS in the Customizer.
.x-logobar { background-color: #f54; }If you want to add image background then use :
.x-logobar { background: url("http://www.tablerockkennels.com/wp-content/uploads/2016/04/TRK-website-background2.png") no-repeat center center / cover; }Change the image path with your another uploaded image link.
For the footer :
.x-colophon { background-color: #f54; }If you want to change only the footer widget area (not the bottom footer) then you can use this instead :
.x-colophon.top { background: #f54; }Don’t forget to change the color code with your own color code.
Hope this helps.
Cheers!
April 12, 2016 at 10:02 am #878434
jsjmccrackenParticipantThis is exactly what I needed 🙂 Thank you!
April 12, 2016 at 9:38 pm #879248
FriechModeratorWe’re happy to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-877104 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
