Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1189009
    tiflyer2
    Participant

    Currently the button for the forum in the top menu is an icon by default. How do I change it so that it reads “Forum” instead of the icon. Thanks.

    #1189027
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    @media (min-width: 980px){
        .x-navbar .desktop .x-nav > li > a.x-btn-navbar-bbpress i {
            display: none;
        }
        .x-navbar .desktop .x-nav > li > a.x-btn-navbar-bbpress:after {
            content: "Forums";
        }
    }

    Hope it helps 🙂

    #1191482
    tiflyer2
    Participant

    That worked nicely.

    Another question, how can I have the forum txt box have the editing and image upload functions like the one here?

    #1191768
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks for understanding.

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