Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1398620

    Hi all,

    I would like to change the look and feel of the filter options when items out of the portfolio are shown.
    We would like to have it more prominent, preferably buttons?

    #1398661

    Hey Martin,

    Could you provide us with a screenshot highlighting your intentions please? Also please post a link to where we can see the actual element you are looking to style.

    Best regards,
    Rikard

    #1398684

    portfolio filter
    It’s this filter on the portfolio page that I mean. The page itself is located on https://www.dopo.nu/solambacht/vacatures/
    We would actually have it more button style, like the buttons we use on the home page https://www.dopo.nu/solambacht (like the three buttons in the top section with the text “bezoek de website”.

    #1398702

    Hi martinvanderharst,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .av-masonry-sort a {
        border-radius: 20px;
        padding: 9px 10px 7px;
        font-size: 13px;
        margin: 3px 4px;
        line-height: 1.2em;
        position: relative;
        font-weight: normal;
        text-align: center;
        color: white;
        background-color: #b22979;
    }
    
    #top .av-masonry-sort .text-sep {
        display: none;
    }
    
    #top .av-masonry-sort a:hover, 
    #top .av-masonry-sort a.active_sort {
        background-color: #00a6d9;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1398740

    This is great Nikko, exactly what we meant. Topic can be closed! ;)

    #1398779

    Hi martinvanderharst,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Styling of category filter in portfolio items’ is closed to new replies.