Forum Replies Created

Viewing 15 posts - 3,316 through 3,330 (of 8,657 total)
  • Author
    Posts
  • in reply to: Team post #84011
    wensolutions
    Keymaster

    Hello,

    Please add below given CSS in Additional CSS to resolve your issue.

    .course-header-contents .categories, .course-header-contents .tags{
        display: none;
    }
    
    .page-title .entry-title {
        display: none;
    }

    Thank you.

    Regards!!

    in reply to: Setting the Width of Footer Widgets Content #84010
    wensolutions
    Keymaster

    Hello @ashish-mool,

    Please remove the CSS code that we have provided yesterday and replace it with the code given below:

    .footer-widget .contact-inner > .row {
    	display: block;
    	margin: 0;
    }
    
    .footer-widget .contact-inner > .row > .col-md-12 {
    	padding: 0;
    }
    
    .footer-widget .contact-inner > .row {
    	display: flex;
    	flex-wrap: wrap;
    	max-width: 100%;
    }

    Hope this helps.

    Regards!!

    in reply to: Setting the Width of Footer Widgets Content #83662
    wensolutions
    Keymaster

    Hello @ashish-mool,

    Actually, we are not quite clear with your query but if you want your ever footer widget to occupy 80% as provided in the screenshot below add CSS mentioned below:

    Screenshot:
    https://prnt.sc/lel22u

    CSS to add:

    .footer-widget .row {
    	display: flex;
    	flex-wrap: wrap;
    }
    .footer-widget .contact-list {
    	max-width: 100%;
    	width: 80%;
    	margin: 0 auto;
    }

    If this is not what you want then please clearly express the idea with the proper screenshot so that we can help you further.

    Thank you.

    Regards!!

    in reply to: Courses #83658
    wensolutions
    Keymaster

    Hello @vsgreen829,

    The link that you have provided is actually the link of archive page i.e. the category page. You can create the category from the plugin and assign the posts to that category.

    Finally, you can show the category page directly from the menu where it will display multiple posts associated to that category.

    https://prnt.sc/lekbow

    Hope this helps.

    Regards!!

    in reply to: Changing the Class Options #83407
    wensolutions
    Keymaster

    Hello @vsgreen829,

    Currently the with the TP education plugin you can add the cost, size and age group but not the hour.

    To add the new field in the backend need higher code customization as everything needs be fixed. So, if you require then you can always consider hiring the professional developer for this.

    To hire a developer please refer to below given link:

    http://themepalace.com/hire-a-customizer

    Thank you.

    Regards!!

    in reply to: Courses #83406
    wensolutions
    Keymaster

    Hello @vsgreen829,

    After activating the plugin, create the courses as per your requirement from the admin Panel. Then go to Admin Panel > Appearance > Menus and add the Courses in your menu. In this way, you can directly access the courses page from the homepage.

    Screeshot:

    http://prntscr.com/legu0v

    Hope this helps.

    Regards!!

    in reply to: Bright Blue Background #83405
    wensolutions
    Keymaster

    Hello @

    Please add below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

    .entry-content p {
        color: #666674;
    }
    .entry-meta , .entry-meta a {
        color: #7f6666;
    }
    .about-author {
    border: 1px solid #ddd;
    }
    article .blog-post-wrap {
    background-color: transparent;
    }

    Hope this helps.

    Regards!!

    in reply to: Unable to change the color of the links #83404
    wensolutions
    Keymaster

    Hello @froshdimeji,

    PS: The color option is not available in the free version of the theme but only in the pro version.

    So, if you would like to enjoy the color option you can upgrade to the pro version.

    Regarding your code, we have researched a little bit and found that with the plugin active, all posts on your site will have AMP-compatible versions, accessible by appending /amp/ to the end your post URLs. For example, if your post URL is http://example.com/2016/01/01/amp-on/, you can access the AMP version at http://example.com/2016/01/01/amp-on/amp/.

    Hope this helps.

    Regards!!

    in reply to: Courses #83317
    wensolutions
    Keymaster

    Hi Victoria,

    For Class, Course, Event, Excursion, options you need to download and install TP-Education plugin.

    https://wordpress.org/plugins/tp-education/

    in reply to: Bright Blue Background #83316
    wensolutions
    Keymaster

    Hi,

    Please refer to the documentation for color options to change the background

    http://themepalace.com/instructions/themes/kids-education-pro/

    in reply to: Unable to change the color of the links #83313
    wensolutions
    Keymaster

    Hi,

    To change the link color please refer to the documentation.

    Regarding the given code, we’re not quite why that didn’t work. Please reach out to Customizer for further assistance in relation to the coding customization.

    in reply to: Button Color and General Theme Colour #82981
    wensolutions
    Keymaster

    Hello @ashish-mool,

    To change the hover color of the button add below given CSS.

    .site-header .header-btn .button:hover{
        background-color: #bd4830;
    }

    Change the color code as per your requirement.

    As for the remaining color options, they are only available in the pro version.

    So you need to upgrade to pro version to enjoy the feature.

    Thank you.

    Regards!!

    in reply to: CSS customization help needed. #82970
    wensolutions
    Keymaster

    Hello @rashida,

    Please find answers to your query below:

    1: The Navigation Bar: I need all these tabs of pages in one line. The line has broaden somehow with these number of pages.

    Response: For this, we need your site URL, so when we tried to inspect your site URL we could not do so. So, please inform us as soon as your site is made live.

    2: Is there a way where I can “hide” the search bar from the Nav bar?

    Response: The feature to turn off the search is only available in the pro version of the theme. So now to enjoy the feature you have to upgrade to the pro version.

    3: How can I hide the “button” from the banner?

    Response: To hide the button from the banner please go to Admin Panel > Appearance > Customize > Theme Options > Slider and disable the button “Show Read More button”.

    Hope this helps 🙂 .

    Regards!!

    in reply to: Problem with the page "shop" #82969
    wensolutions
    Keymaster

    Hello @smartandbio,

    Glad that you figured out the issue by your self.

    Let us know if there is anything further.

    Thank you.

    Regards!!

    in reply to: Button Color and General Theme Colour #82968
    wensolutions
    Keymaster

    Hello @ashish-mool,

    To change the color of the loader and the button at the header add below given CSS in Additional CSS.

    .wraploader {
        background-color: #e56c1b;
    }
    
    .site-header .header-btn .button {
        background: #e56c1b;
    
    }

    You can change the color code as per your requirement if you like.

    Thank you.

    Regards!!

Viewing 15 posts - 3,316 through 3,330 (of 8,657 total)