-
AuthorPosts
-
June 29, 2015 at 1:47 pm #465837
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.jpgThank you,
Milan
June 30, 2015 at 11:09 am #466303Hi 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,
IsmaelJuly 1, 2015 at 1:03 pm #466950Hello Ismael,
No, it didn’t help… Do you have another solution please?
M.July 2, 2015 at 4:29 pm #467627Hey 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-
This reply was modified 10 years, 4 months ago by
Dake.
July 2, 2015 at 6:36 pm #467691Hello 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.
-
This reply was modified 10 years, 4 months ago by
Milan.
July 2, 2015 at 6:51 pm #467699Hi 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-
This reply was modified 10 years, 4 months ago by
Dake.
-
This reply was modified 10 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
