Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1334513
    riasage
    Participant

    I put my login register info in this header widget area and I want visitors to easily spot this corner and open it. Is there a plugin or something that flashes and click here to login or register? see screenshot here:image

    And also How can I increase the size of the buddy press and bbpress icon in the menu?

    #1334642
    Rupok
    Member

    Hi there,

    Thanks for writing in! I can help to make the button larger. You can add this under Custom > CSS in the Customizer.

    .x-btn-widgetbar {
      border-width: 30px;
    }
    .x-btn-widgetbar i {
      font-size: 20px;
      right: -20px;
      top: -22px;
    }

    And your website seems under construction so can’t provide the code for other icons. Update us with credetnials for that.

    Cheers!

    #1335050
    riasage
    Participant

    can I send the credentials here?

    #1335100
    Thai
    Moderator

    Yes, don’t forget to set your reply private.

    Regards!

    #1336108
    riasage
    Participant
    This reply has been marked as private.
    #1336227
    Rupok
    Member

    Hi there,

    Thanks for the credentials. Let’s add this to make the icons larger :

    .x-navbar .x-nav > li a.x-btn-navbar-buddypress, .x-navbar .x-nav > li a.x-btn-navbar-bbpress {
      font-size: 36px;
    }

    You can adjust the font-size to control the size.

    Cheers!

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