Medicare-pro

Home Forums All Other Themes Medicare-pro

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #187264
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    We having problem with this Template
    how we can edit the following page
    https://www.sktperfectdemo.com/demos/medicare-pro/our-service/general-treatment/

    #187288
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly refer our documentation how to edit post type pages.
    https://www.sktthemesdemo.net/documentation/skt-elementor-doc/#edit-posttype

    Regards,
    Chris

    #187309
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    We got to edit the shortcodes but the blue background behind the navigation menu or sidebar menu in all the services page need to be red. How to change it ?
    https://www.sktthemesdemo.net/documentation/skt-elementor-doc/#edit-posttype
    This>>
    https://stepbystepfootcare.com/our-service/diabetic-footcare-assessment

    #187317
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Hello,
    Another question please.

    Everything is good on homepage desktop version. but on mobile version, we need to hide the ‘Slider pagination’ & ‘banner title description’ to make it look better.

    Please help.

    #187344
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Hello,
    We are waiting for your reply. Kindly reply to our issue. Will really appreciate your support.

    Regards.

    #187369
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .single-services-wrap .servcies-sidebar .servcies-sidebar-wrap {
        background-color: #a93839 !important;
    }
    
    @media screen and (max-width:479px) {
    .slider-main .nivo-controlNav, .slider-main .nivo-caption .slidedesc {
        display: none !important;
    }
    }

    Regards,
    Chris

    #187387
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Thankyou for the help. Issue is fixed now.

    #187388
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Mobile version is not looking okay. can we centre align it on mobile?

    #187429
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .single-services-wrap .servcies-sidebar { width:100%;}

    Regards,
    Chris

    #187443
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Sadly, this solution is not working for us. Please help us fix this problem.

    #187505
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    @media screen and (max-width:479px){
    .single-services-wrap .servcies-sidebar .servcies-sidebar-wrap { position:relative !important;}
    .single-services-wrap .servcies-sidebar { width:100% !important;}
    }

    Regards,
    Chris

    #187538
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Thankyou for your help & support. Everything seems okay now.

    #187596
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Chris

    #187628
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Yes will surely do. Also need another solution. We need to hide “post header” for single blog page. But we need to show them on single services page. How can we do it ? Please help

    #187708
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .single-post .post_head {
        display: none;
    }

    Regards,
    Chris

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.