Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1058212
    willis1971
    Participant

    Hi Guys

    How can I remove the topic bar in Portfolio leaving just the searchable options, and how do I increase the font size of the searchable options?

    Thanks

    #1058269
    Joao
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks

    Joao

    #1061268
    willis1971
    Participant
    This reply has been marked as private.
    #1061344
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    a.x-portfolio-filters.cf.selected {
        display: none;
    }
    ul.x-portfolio-filters-menu.unstyled {
        display: block !important;
    }
    ul.x-portfolio-filters-menu.unstyled li a {
        font-size: 18px;
    }

    Hope that helps.

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