portfolio filter style
Hello, I'm using Demo print2. I entered my Portfolio using the BeBuilder. I just don't like the CSS style of the filters, I would like to have it like that of this theme that is always yours. Easier.
like this:
https://themes.muffingroup.com/be/drawing/works/
I tried entering the css manually, but I wanted to ask you if there was an option to do it.
/* Filters */
.onportfoliopage #Filters{text-align:center !important;}
.onportfoliopage #Filters .filters_buttons{background:none !important;padding:15px 0 !important;}
.onportfoliopage #Filters .filters_wrapper{margin-top:0 !important;}
.onportfoliopage #Filters .filters_wrapper ul{
overflow:visible !important;
display:inline-block !important;
border-bottom-width:1px !important;
border-style:solid !important;
border-color: rgba(0,0,0,.08) !important;}
.onportfoliopage #Filters .filters_wrapper ul li{
width:auto !important;
margin:0 !important;}
.onportfoliopage #Filters .filters_wrapper ul li a{
background:none !important;
border:0 !important;
padding:14px 25px !important;
position:relative !important;}
.onportfoliopage #Filters .filters_wrapper ul li a:after{
content:"" !important;
display:none !important;
position:absolute !important;
left:0 !important;
bottom:-1px !important;
width:100% !important;
height:2px !important;
background:#9e4d3d !important;}
.onportfoliopage #Filters .filters_wrapper ul li.close a{
color:inherit !important;
padding:14px 15px !important;
width:auto !important;
border:0 !important;}
.onportfoliopage #Filters .filters_wrapper ul li a:hover,.style-simple #Filters .filters_wrapper ul li.current-cat a{background:none !important;color:inherit !important;}
.onportfoliopage #Filters .filters_wrapper ul li.current-cat a:after{display:block !important;}
.onportfoliopage #Filters .filters_wrapper ul li a:hover,#Filters .filters_wrapper ul li.current-cat a{text-decoration:none;color:#DF8050 !important;}
Comments
Hi,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.
Thanks
The site is under maintenance, I sent in private user and pass and the page related to the portfolio
You will get this display without all these CSS by switching the Style from Classic to Simple in Betheme -> Theme options -> Global -> General.
Thanks
Thank you so much :)