Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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.jpg

    Thank you,

    Milan

    #466303

    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

    #466950

    Hello Ismael,
    No, it didn’t help… Do you have another solution please?
    M.

    #467627

    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

    • This reply was modified 9 years, 4 months ago by Dake.
    #467691

    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.

    • This reply was modified 9 years, 4 months ago by Milan.
    #467699

    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

    • This reply was modified 9 years, 4 months ago by Dake.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.