New Landing How can we help? Themeforest Theme Support Joyn Portfolio Customisation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Joyn
  • #165918
    ckgerard
    Member
    Post count: 145

    Hi,

    I have a couple of queries regarding portfolio customisation:

    1. How can I change the text colour of the porfolio filter?

    2. Can I change ‘Show all’ to ‘Show All’

    3. Can I remove the white space between the dividing line under the filter and the top of the portfolio thumbnails (see screenshot).

    Best,

    C

    Attachments:
    You must be logged in to view attached files.
    #165937
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Color Customiser > Link color

    2) Add this to your custom css:

    .post-filter-tabs .all .item-name {
      text-transform: capitalize;
    }

    3) Add this:

    .fw-row .spb_portfolio_widget .title-wrap {
      margin-bottom: 0;
    }

    – Kyle

    #165946
    ckgerard
    Member
    Post count: 145

    Perfect – thank you!

    #165951
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.