[Support request] change category color background

Home Forums Support [Support request] change category color background

Home Forums Support change category color background

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #2079696
    francesco

    i use this

    add_filter( ‘generate_blog_get_column_count’, function( $column_width ) {
    if ( is_front_page() ) {
    return ’33’;
    }
    return $column_width;
    } );

    #2079738
    Leo
    Staff
    Customer Support

    Looks like the original topic is already resolved?

    If you need further help with the columns question then please open a new support topic.

    Thanks!

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