Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1174962
    eddierosenthal
    Participant

    url is http://coachingforlawyers.com/
    see the little “x” in the upper right hand corner – which expands to list of pages? i am having trouble figuring out how to do that in the footer, especially in mobile view. also, in hovering over the x widget – how to put some text there while hovering – to signify what you get when you click on it?
    thanks in advance!
    ed

    #1175209
    Joao
    Moderator

    Hi There,

    That is not how footer widgets work on X.

    Footer widgets will be added on top footer above bottom footer.

    To change the plus symbol from top for the word MENU you can add this code at your child theme’s functions.php since this may not work at customizer’s custom css.

    
    add_action('wp_head', function(){ ?><style>.x-btn-widgetbar .x-icon-plus-circle:before { content: "MENU" !important; } </style> <?php } );

    Hope that helps

    Joao

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