Our Team

Home Forums All Other Themes Our Team

Viewing 15 posts - 46 through 60 (of 82 total)
  • Author
    Posts
  • #171157
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Happy weekend 🙂

    Regards,
    Chris

    #171183
    USER THEMESUSER THEMES
    Participant
    • Topics: 3
    • Replies: 51
    • Total: 54
    Member since: April 27, 2020

    Dear Chris,

    The height of pdf on my blog, changed to 500px from 1100px. Please, visit the URL https://drive.google.com/file/d/1UIPcyh9zTJRyZ2rHp5xOoeMcHHCpA22G/view?usp=sharing

    Thank you

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

    Hi,

    Remove:

    .site-main iframe {
        height: 500px;
    }

    And add this new CSS

    .page-template-template-contact iframe {
        height: 500px;
    }

    Regards,
    Chris

    #171292
    USER THEMESUSER THEMES
    Participant
    • Topics: 3
    • Replies: 51
    • Total: 54
    Member since: April 27, 2020

    Done! Thank you Chris.

    Also, I want to fit the pdf view on mobile phone screen (read the pdf without zoom out).

    Thank you in advance

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

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .entry-content iframe {
        width: 100% !important;
    }
    }

    Regards,
    Chris

    #171301
    USER THEMESUSER THEMES
    Participant
    • Topics: 3
    • Replies: 51
    • Total: 54
    Member since: April 27, 2020

    Thank you Chris

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

    ???? ????

    #174339
    USER THEMESUSER THEMES
    Participant
    • Topics: 3
    • Replies: 51
    • Total: 54
    Member since: April 27, 2020

    Dear Chris,

    How to disappear the member photo only on each team member section?

    Visit my website https://drive.google.com/file/d/1UIPcyh9zTJRyZ2rHp5xOoeMcHHCpA22G/view?usp=sharing

    Thank you

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

    Hi,

    Kindly use this CSS to remove team member photo.

    .single-team .post-thumb {
        display: none;
    }

    Regards,
    Chris

    #175174
    USER THEMESUSER THEMES
    Participant
    • Topics: 3
    • Replies: 51
    • Total: 54
    Member since: April 27, 2020

    Thank you Chris. Also, how to disappear the text only from main page under of each member photo (the text under the blue line).

    Thanks again

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

    Hi,

    Kindly use this CSS.

    .read-more {
        display: none;
    }

    Regards,
    Chris

    #175229
    USER THEMESUSER THEMES
    Participant
    • Topics: 3
    • Replies: 51
    • Total: 54
    Member since: April 27, 2020

    Thank you for your quick response, but it doesn t work. The read more choice disappeared from our-team section.

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

    Hi,

    Can you send us the screenshot of your issues? which text you want to disappear?
    Upload your screenshot on https://imgbb.com/ and paste the share url here.

    Regards,
    Chris

    #175305
    USER THEMESUSER THEMES
    Participant
    • Topics: 3
    • Replies: 51
    • Total: 54
    Member since: April 27, 2020

    https://ibb.co/M5nJ4Bs

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

    Hi,

    Kindly use this CSS:

    .teammember-list p { display: none;}
    .member-social-icon { border-top: none; margin-top:0 !important;}

    Regards,
    Chris

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