Spring Offer Is To Get WP Bundle of 65+ Themes At 15% Discount " TPRIDE15 "   
Get Premium WordPress Themes At 20% Off "GETPRO20"

support

Forum Replies Created

Viewing 15 posts - 346 through 360 (of 1,221 total)
  • Author
    Posts
  • in reply to: How o remove search icon? #9133
    support
    Participant

    Hi,

    You can remove it by adding the following code at Appearance-> Customize -> Additional CSS

    #topbar .col-lg-1.col-sm-2.col-md-1.col-3.align-self-center.text-end {
    display: none;
    }

    Thanks

    • This reply was modified 6 months, 1 week ago by support.
    support
    Participant

    Hi,

    Thanks for contacting us here.

    The menu icon for mobile users is showing on our demo. If you could share your site url then it will be helpful for us to get the issue behind it.

    If you do not want the blue box around the logo then you can remove it by adding the following code at Appearance-> Customize -> Theme Settings

    @media screen and (max-width:767px) {
    .logo {
    background-color: transparent;
    }
    }

    Let us know if you have any other query.

    Thanks

    in reply to: Changes to the Theme #9124
    support
    Participant

    Hi,

    Please add this to Appearance -> Customize -> Additional CSS

    #header form.search-form.serach-page {
    display: none;
    }

    .col-lg-4.col-md-12.col-12.align-self-center.text-lg-right.text-center.mb-md-0.mb-2 a {
    display: none;
    }

    #header .btn.instructor {
    display: inline-block;
    }

    You can remove it when you need it.

    Thanks

    in reply to: Changes to the Theme #9118
    support
    Participant

    Hi,

    Thanks for reaching out!

    Could you please specify the theme you are using?

    Thanks

    in reply to: Size of the email contact field #9111
    support
    Participant

    Pleasure.

    in reply to: Size of the email contact field #9109
    support
    Participant

    Hi,

    Thanks for contacting us here.

    We have updated our theme for clickable email and call numbers with the same version.

    All you have to do is to update the theme. First, download the theme from https://www.themespride.com/my-account/ and upload it from Appearance -> Themes. Upload the theme it will show you the option of “Update and replace”. Click on that and your theme will get updated.

    Please take a backup of the Appearance -> Customize -> Additional CSS before updating the theme.

    If you have any questions feel free to contact us.

    Thanks

    in reply to: How to remove color line above footer #9108
    support
    Participant

    Pleasure. Let us know if you have any other question.

    in reply to: How to remove color line above footer #9104
    support
    Participant

    Try adding this at Appearance -> Customize-> Additional CSS

    .news-bgcol-lg-12 {
    display: none;
    }

    in reply to: Size of the email contact field #9103
    support
    Participant

    Add the below code

    @media screen and (max-width:767px) {
    .contact_details .col-lg-3.col-md-3 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    }
    }

    in reply to: Import Demo #9102
    support
    Participant

    Hi,

    Thanks for contacting us here.

    Could you please send your site url?

    Thanks

    in reply to: I CAN’T INSTALL A VERSION PRO #9095
    support
    Participant

    Hi,

    Thanks for contacting us.

    There are some reasons why WordPress shows this error. You can read more about this here https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-link-you-followed-has-expired-error-in-wordpress/.

    We suggest you install the theme from Cpanel or FTP in the wp-content/themes directory.

    Let us know if you have any question.

    Thanks

    in reply to: Size of the email contact field #9094
    support
    Participant

    Hi,

    Thanks for the URL. Try adding this at Appearance -> Customize-> Additional CSS

    .contact_details .col-lg-3.col-md-3.col-sm-4.align-self-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    }

    Thanks

    in reply to: Size of the email contact field #9090
    support
    Participant

    We cannot increase that column size specifically. But we can adjust its spacing.

    Try adding this at Appearance -> Customize-> Additional CSS

    .contact_details .col-lg-3.col-md-3.col-sm-4 {
    padding: 0;
    }

    If you could send us the site URL so we will check how much space will be required. We will increase the complete header width if more space is needed.

    Thanks

    in reply to: How to remove text in the footer? #9089
    support
    Participant

    Hi,
    The complete copyright text will be removed i.e. Design and Developed by Themespride. Add the below code at Appearance -> Customize -> Additional CSS

    span.credit_link {
    display: none;
    }

    If you want to add your own then you need to add it at Appearance -> Customize -> Theme Settings -> Copyright Text.

    Thanks

    in reply to: Size of the email contact field #9086
    support
    Participant

    Could you please specify the theme you have purchased or send your site URL so that we can check the issue and suggest a proper solution?

Viewing 15 posts - 346 through 360 (of 1,221 total)
Translate »