Hello to all,
I want hide Portfolio ‘card’ in tab located on Blog page. How I can do this please?
Screenshot: http://www.lipowski.pro/scr.jpg
Thank you,
Milan
Hi Milan!
Thank you for using Enfold.
Please add this in the Quick CSS field:
.tab_titles div[data-fake-id="#tab-id-2"] {
display: none !important;
}
Regards,
Ismael
Hello Ismael,
No, it didn’t help… Do you have another solution please?
M.
Hey Milan!
Just to confirm, do you want to remove the tab title, but keep the content. or remove the entire tab and it’s content?
As an alternative you can try adding the below in your quick css section found in your theme options:
.tab_titles div[data-fake-id="#tab-id-2"] {
visibility: hidden !important;
}
What this does is, it will remove the tab button, but then you won’t be able to view the content of that tab since it is not select-able.
Best regards,
Dake
Hello Dake,
Yes, it is important information, I forgot. I want hide tab and its ciontent. So your solution works partly. Portfolio is hidden, but there is an ugly empty space :)
I decided to hide table completely with this:
.tabcontainer {
visibility: hidden !important;
display: none !important;
}
How I should modify it if I want hide .tabcontainer in all posts and bog page but keep it visible on only pages? Thanks.
Hi Milan!
In that case you can simply remove the portfolio tab on that specific blog page as shown below:
http://www.awesomescreenshot.com/image/376005/472b05a98e4e7f08241ed81af078072c
Alternatively you can provide us with an account to make the change ourselves on your website.
Be sure to use the Private Content section.
Cheers!
Dake