Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1468924

    Hoiw can we have the categories in boxes like the example below?

    Screenshot-2024-10-11-160312

    #1468967

    Hey whdsolutions,

    Please try the following in Quick CSS under Enfold->General Styling:

    #js_sort_items a {
      border: 1px solid #eee;
    }

    Best regards,
    Rikard

    #1469066

    We would like it to be EXACTLY as it looks like on https://2024-liptonrogers-com.stackstaging.com/team/ with no “/” same colour and size font etc.

    #1469082

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .avia-fullwidth-portfolio #js_sort_items .text-sep {
      color: transparent !important;
    }

    Screen Shot 2024 10 14 at 8.26.38 AM

    Best regards,
    Mike

    #1469093

    Hi again

    How do we make the selected category white with a white border?

    #1469123

    Hi,

    Thank you for the update.

    You can add this css code to adjust the color of the selected category:

    .responsive #top .main_color #js_sort_items a.active_sort.active_sort {
        color: #ffffff !important;
        border-color: #ffffff;
    }

    Best regards,
    Ismael

    #1469128

    Most helpful – Thank you!

    #1469205

    Hi,

    No problem! Let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘have categories in bokes’ is closed to new replies.