Comments 2hema77 started the conversationFebruary 20, 2023 at 10:56amHello, how can I style the filter buttons? I would like to remove border radius and increase padding. I have tried the following but it does work: .portfolio-show-filters-button with-icon { position: relative; width: fit-content; display: -webkit-box; display: -ms-flexbox; display: flex; flex-direction: row-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 16px; line-height: 1; text-align: left; padding: 3px 15px 4px 13px; color: inherit; border: 1px solid currentColor; border-radius: 0px important!; cursor: pointer; z-index: 5; 7,097Oliver repliedFebruary 20, 2023 at 10:59amHI! CSS example: body .portfolio-filters-list.style-standard:not(.single-filter) .portfolio-filter-item .widget-title { padding: 10px 20px; border-radius: 0; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hello, how can I style the filter buttons? I would like to remove border radius and increase padding. I have tried the following but it does work:
.portfolio-show-filters-button with-icon {
position: relative;
width: fit-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: row-reverse;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
line-height: 1;
text-align: left;
padding: 3px 15px 4px 13px;
color: inherit;
border: 1px solid currentColor;
border-radius: 0px important!;
cursor: pointer;
z-index: 5;
HI!
CSS example:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver