Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #863626

    Hello at Kriesi,
    is it possible to add a word like “Events:” before the active taxonomy description (eg “All”, “Event 1” “Event 2”) when using the Masonry with “display sort options and currently active taxonomy”? That would be great. I have searched the forum and some php code but found nothing.

    Best Regards

    #863637

    Hello,
    I have found it out by myself.

    
    #top .av-current-sort-title:before {
      content:"Events: "; 
      color:#333333;
    }
    

    sets the word “Events” before currently active taxonomy.

    Best Regards

    #863675

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Masonry with currently active taxonomy: Word before’ is closed to new replies.