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

    Hi,
    on a website i don’t see the portfolio grid filter categories anymore, it only shows “all”. I believe i didn’t change anything on the site.
    Can you help me please?
    Also i’d need the CSS codes to style the colors of the categories (color, hover color) and expecially the background color of all the rectangule that is showing white.
    Thank you

    #1463407

    Hey Qgrafica_7,

    Thank you for the inquiry.

    There are 10 items in the Home Staging category, but none are linked to the other portfolio categories. Please check the private field. Is there a site backup or restore point available?

    Best regards,
    Ismael

    #1463416

    Hi,
    thanks for the reply, i checked the category links and i fixed it, now it works correctly, thank you very much.
    I’d still need the CSS codes to style the categories colors and background colors, category hover color etc.
    I need to change the color of the white rectangule behind the category names

    #1463479

    Hi,

    Thank you for the update.

    To adjust the style of the sorting buttons, please start with this css code.

    .main_color #js_sort_items a {
        color: red !important;
        background: blue;
    }
    
    .main_color #js_sort_items a {
        color: red !important;
        background: blue;
    }
    
    div#js_sort_items {
        background: transparent !important;
    }
    

    Best regards,
    Ismael

    #1463558

    Thank you very much,
    all the css works

    #1463591

    Hi,

    No problem! Let us know if you have any more questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Portfolio grid categories’ is closed to new replies.