-
-
Hi,
1. how can I disable or setup colours for portfolio navigation menu? It is automatically added to a page.
screen: https://grab.by/Jlmm
URL: https://drinktasting.eu/partneri-2/
2. Can I create a widget – list of specific portfolio Category Items (by Title). Show Titles with URL linking?
screen: https://grab.by/JlmQ
For example: Category – Tokaj Macik Winery, Front End listing (Title) – Lipovina, Poda Tokaj, Cibeby, etc.
Thanks,
Marian
-
Hello,
1-I’m sorry can you explain better? Do you want to change the color of the active tab? If that case, you can either change the theme’s main color (this is where it takes it). Change it in Styling Options > Primary Color. Or add this code into your custom css box:
#portfolio-filter ul li.active a, .content_portfolio.fullwidth #portfolio-filter ul li.active a { color: rgba(247, 249, 249, 0.94); }
Edit the color to your need.
-If you want the remove the tabs, add this code:.content_portfolio.fullwidth #portfolio-filter ul { display: none;}
2-Sorry but that is not possible with the current available widgets. We recommend you to install a plugin that will help achieve it.
Best regards!
-
Hello,
1. that is exactly what I need. I need to remove the tabs but the removal code does not work.
setup: https://grab.by/JpeY
result: https://grab.by/Jpf2 (the black stripe)
2. I’ll look for some plugin solution
Marian
-
Hello,
Please edit the code above to this:
.content_portfolio.fullwidth #portfolio-filter ul {display: none !important;}
Best regards!
-
Hello,
portfolio navigation line is still there. I have Specular 1.3.6.
URL: https://slovakiawines.com/partneri/
Marian
-
Hello,
Sorry, i thought you where suggesting only the portfolio filter items. To remove the black row too, add these lines:
.content_portfolio.fullwidth .filter-row { display: none; }
Best regards!
-
-
You must be logged in to reply to this topic.