Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1253204
    Studio172
    Participant

    Hello!
    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?

    #1253376
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Check for opening and closing <div> tags on your template page to identify the issue.

    Hope that helps.

    #1253415
    Studio172
    Participant

    Yes, thanks, that was the problem!

    #1253456
    Rahul
    Moderator

    Glad 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.

    #1253471
    Studio172
    Participant

    And another small question…
    All my buttons have a dotted focus line (when clicked) in firefox (not in chrome), how can I disable that?

    #1253561
    Joao
    Moderator

    Hi 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.

    #1254301
    Studio172
    Participant

    hmm… didn’t seem to help…

    #1254305
    Christopher
    Moderator

    Hi 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.

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