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

    Hi,

    in my blog grid, there are often shown more categories, and these are separated by a comma (“,”). I’d like to change this to a “|”, but I can’t seem to make it work. Also, I’d like the separator to be the same color as the rest of the minor meta. How can I go about that?

    Best,
    M

    #1150578

    Hey Malene,

    You need to copy this file to your child theme
    /enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php
    and change this code:

    
     $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';
    

    to this:

    
     $cats .= get_the_term_list($the_id, $taxonomy, '', '| ','').' ';
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1151192

    Thank you so much… How can I change the color of the | ?

    Best,
    M

    #1151249

    Hi Malene123,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_elegant-blog #top .avia-content-slider .blog-categories {
      color: #ccc;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1151687

    Perfect – thank you so much!

    #1151748

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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