Home Forums WoodMart support forum Timeline secondary section

Timeline secondary section

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #237331

    tcsg.toth
    Participant

    Hello. How can I disable the appearance of the timeline secondary section if its full empty? Because I just would like to use it like in the page from private content. Is it possible?
    Thank you in advance.

    #237362

    Hello,

    Please provide the screen of what you want to delete and provide your site admin access to the private area I will check the settings and suggest how to do that.

    Best Regards

    #237456

    tcsg.toth
    Participant

    Hello,

    Photo attached. And I have created a test site for it.
    Credentials in private content!

    Thank you!!

    Attachments:
    You must be logged in to view attached files.
    #237494

    Hello,

    Please check the credentials, I cannot log in.

    Do you want to delete 2,3,4,5 not the whole timetable?

    Best Regards

    #237501

    tcsg.toth
    Participant

    Can you check? It should work now.

    I would like to create a timetable, as like in the photo from my first comment.
    Two options I tried:
    – leaving empty the second container, but shadow is still showing
    – just wrote numbers to the second container, but the shadow is too big, or should not display shadow

    I created both options for the testing site.

    #237647

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    to hide the secondary block:

    .woodmart-timeline .timeline-col-secondary {
      visibility: hidden;
    }

    to remove the shadow of the secondary block:

    .woodmart-item-shadow .woodmart-timeline .timeline-col-secondary {
       box-shadow: none;
       padding: 0;
    }
    .woodmart-item-shadow .woodmart-timeline .timeline-col-secondary .woodmart-timeline-title {
      margin-bottom: 0;
    }
    .woodmart-item-shadow .woodmart-timeline .timeline-col-secondary .timeline-arrow {
      display: none;
    }

    Best Regards

    #408955

    tcsg.toth
    Participant

    ,,to remove the shadow of the secondary block:” this is not working anyomore… please help to solve

    #409265

    Hello,

    Please replace the code:

    to hide the secondary block:

    .wd-timeline .timeline-col-secondary {
      visibility: hidden;
    }

    to remove the shadow of the second block:

    .wd-item-shadow .wd-timeline .timeline-col-secondary {
       box-shadow: none;
       padding: 0;
    }
    .wd-item-shadow .wd-timeline .timeline-col-secondary .wd-timeline-title {
      margin-bottom: 0;
    }
    .wd-item-shadow .wd-timeline .timeline-col-secondary .timeline-arrow {
      display: none;
    }

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)