Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #564896

    Here is the page:

    I am trying to resize the line of text that categorizes the photos (All/ Artist Favorites/ Event Photography/ . . .)

    #564909

    Hey volocom7!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-sort-by-term {
        font-size: 16px;
    }

    Best regards,
    Yigit

    #564926

    Thanks Yigit!

    Any idea how I’d make the text darker too?

    #564938

    Hey!

    Please add following code to Quick CSS as well

    .av-sort-by-term a.active_sort {
        color: #2f89b9!important;
    }
    .av-sort-by-term * {
        color: #555555;
    }

    Best regards,
    Yigit

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