Tagged: x
-
AuthorPosts
-
June 1, 2016 at 4:51 pm #1020875
wiser308ParticipantI would like to have a border at the top and bottom of every page with this #603813. I am new to web design so please tell me exactly where to place the code.
June 1, 2016 at 10:21 pm #1021401
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.header_wrap.layer_wrapper { border-top: 2px solid #603813; } div#copyright { border-bottom: 5px solid #060505; }Thanks.
June 3, 2016 at 10:09 pm #1025151
wiser308ParticipantThis reply has been marked as private.June 4, 2016 at 4:56 am #1025481
Nabeel AModeratorHi again,
Thank you for the credentials! Please replace the previous code with this one:
.x-navbar.x-navbar-fixed-top { border-bottom: 1px solid #603813 !important; padding-bottom: 20px !important; } footer.x-colophon.bottom { border-top: 1px solid #603813 !important; }Let us know how this goes!
June 5, 2016 at 5:22 pm #1026966
wiser308ParticipantThis reply has been marked as private.June 5, 2016 at 8:36 pm #1027189
wiser308ParticipantThis reply has been marked as private.June 5, 2016 at 10:07 pm #1027289
John EzraMemberHi there,
Thanks for updating the thread! Please check with your host regarding the database errors on your site. Regarding the borders on the top and bottom, you can use the following CSS.
You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
header.masthead.masthead-inline, .x-navbar.x-navbar-fixed-top { border-bottom: 10px solid #000000; } footer.x-colophon.top { border-top: 10px solid #000000; }Hope this helps – thanks!
June 6, 2016 at 7:39 am #1027900
wiser308ParticipantThis reply has been marked as private.June 6, 2016 at 8:56 am #1028033
ChristopherModeratorHi there,
Your page is showing fine, did you manage to fix it?
Please try this code :
.x-colophon.bottom .x-container { border-bottom: 10px solid gray; } .x-navbar .x-container { border-top: 10px solid gray; } html body .x-colophon.bottom ul.x-nav li a { color: #000; } footer.x-colophon.bottom { padding-bottom: 0; }Hope that helps.
June 6, 2016 at 3:06 pm #1028606
wiser308ParticipantThis reply has been marked as private.June 6, 2016 at 3:46 pm #1028672
wiser308ParticipantThis reply has been marked as private.June 6, 2016 at 5:35 pm #1028838
wiser308ParticipantOK, so I, reloaded the theme template. My wiserpoliy.org page is not my homepage. The page that is my wiserpolicy.org page is not one of my pages. What is the problem?
June 7, 2016 at 12:20 am #1029313
FriechModeratorHi There,
Regretfully, at this time I am not entirely certain of the home page not showing. It is showing fine on my end and footer menu issue seems already address too? If you wouldn’t mind providing us with a little more clarification.
Regarding the border on top and bottom of every page. You can add this under Custom > CSS in the Customizer.
.site { border-top: 10px solid #603813; border-bottom: 10px solid #603813; }Clear your browser’s cache and caching feature your site might have before previewing the page.
Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1020875 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
