Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #311250

    Hi,

    I’d like to hardcode in some text to appear before the portfolio filter categories…

    At present, it just says:

    ALL / Category 1 / Category 2 / Category 3, etc

    I would like it to appear with the words “FILTER BY” proceeding the filter categories, to appear as:
    FILTER BY: ALL / Category 1 / Category 2 / Category 3

    Thanks :)

    #311271

    Hey!

    Try adding this code to the Quick CSS:

    .sort_by_cat:before {
        content: "Filter by:";
        float: left;
        margin-right: 10px;
    }

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.