Tagged: x
-
AuthorPosts
-
November 11, 2016 at 5:47 am #1253204
Studio172ParticipantHello!
I’ve made a template page for the overview of the blogposts:
http://frank.pilihan.nl/blog/The footer is not full-width (black) anymore… what did i do wrong?
November 11, 2016 at 8:59 am #1253376
DarshanaModeratorHi there,
Thanks for writing in! Check for opening and closing <div> tags on your template page to identify the issue.
Hope that helps.
November 11, 2016 at 9:38 am #1253415
Studio172ParticipantYes, thanks, that was the problem!
November 11, 2016 at 10:15 am #1253456
RahulModeratorGlad we were able to help you out!
If you need any further assistance with the theme, kindly let us know. We’d be happy to assist you with anything.
Thanks for choosing the X-theme.
November 11, 2016 at 10:32 am #1253471
Studio172ParticipantAnd another small question…
All my buttons have a dotted focus line (when clicked) in firefox (not in chrome), how can I disable that?November 11, 2016 at 11:44 am #1253561
JoaoModeratorHi there,
You can add this under Custom > CSS in the Customizer.
a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus { outline: none !important; }Hope this helps.
November 12, 2016 at 5:03 am #1254301
Studio172Participanthmm… didn’t seem to help…
November 12, 2016 at 5:08 am #1254305
ChristopherModeratorHi there,
Please find following code and close curly bracket :
.x-colophon a:link{ color: white;Find this code and remove it :
a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus { outline: unset; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1253204 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
