Our Team

Home Forums All Other Themes Our Team

Viewing 15 posts - 1 through 15 (of 82 total)
  • Author
    Posts
  • #159321
    USER THEMESUSER THEMES
    Participant
    • Topics: 3
    • Replies: 51
    • Total: 54
    Member since: April 27, 2020

    I am using the legalexpert pro theme. Please, how can I delete the blog right sidebar from our team section but also stay on the blog-news section;

    Thank you

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

    Hi,

    Kindly show us your website URL please?

    Regards,
    Chris

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

    Please click below, the text file include all
    https://drive.google.com/file/d/1-O2y0TvIDZ22MsLmOBcIoF1TUkOxx9Ro/view?usp=sharing

    Thank you in advance

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

    Hi,

    We need access. because we are getting this message.

    You need access
    Ask for access, or switch to an account with access.

    Regards,
    Chris

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

    Try again

    https://drive.google.com/file/d/1-O2y0TvIDZ22MsLmOBcIoF1TUkOxx9Ro/view?usp=sharing

    Thank you

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

    Hi,

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

    Add this code there:

    .archive #sidebar, .single-team #sidebar {
        display: none;
    }

    Regards,
    Chris

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

    Thank you Chris!

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

    ????

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

    Dear Chris,

    Even I deselect the choice of comments, the phrase <<no comments>> is still showing. How can I delete it from all sections. Also, I would like to delete the date from each team member.

    https://drive.google.com/file/d/1FQvAymNYtaOISf0N8EFmjYcYwCEfM0-e/view?usp=sharing

    Thank you

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

    Hi,

    Kindly use this CSS:

    .single-team .postmeta, .post-comment {
        display: none;
    }

    Regards,
    Chris

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

    Thank you for your quick response. Also, which is the CSS to delete the phrase <<post navigation>> from each team member;

    Thank you

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

    I use the CSS below, but as I fix the footer menu, destroy the contact section, also destroy the appearance of footer menu on a smart phone.

    .cols-3 .phone-no p { padding-left:90px;}
    .phone-no strong { position:absolute; left:0; display:block;} 
    .phone-no a { display:block;}
    
    @media screen and (max-width:1169px) { .phone-no strong { left:0;}}
    #159582
    USER THEMESUSER THEMES
    Participant
    • Topics: 3
    • Replies: 51
    • Total: 54
    Member since: April 27, 2020

    How do I justify the text description for footer on both sides;

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

    Hi,

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

    Add this code there:

    nav.post-navigation {
        display: none;
    }
    
    @media screen and (max-width:767px) {
    .phone-no strong { left:20px !important;}
    }

    Regards,
    Chris

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

    Dear Chris,

    The problem of contact information is still standing by different form. Visit my contact section.

    Thank you

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