Forum Replies Created

Viewing 15 posts - 4,426 through 4,440 (of 8,657 total)
  • Author
    Posts
  • in reply to: Change colour of writing in the slider bar #67264
    wensolutions
    Keymaster

    Hello @beautifullycalm,

    To change the color of the text in the slider use below given CSS.

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

    Title

    #main-slider.design-2 h3 a {
        color: #024663;
    }

    Content

    #main-slider.design-2 p{
    color: #024663;
    }

    You can change the color code as per your requirement.

    Hope this helps.

    Best Regards!!

    in reply to: want to remove page title & text from slider #67263
    wensolutions
    Keymaster

    Hello @anitamilestechhelp-com,

    First of all thank you very much for the appreciations and Hope you will enjoy the theme.

    Now all of your query has been answered below:

    Remove the page title & text from the slider

    #main-slider .container {
        display: none;
    }

    Drop-down menu in lower case

    #primary-menu ul.sub-menu li a {
        text-transform: lowercase;
    }

    Change the font size for the footer.

    .site-footer {
        font-size: 12px;
    }

    Hope this helps.

    If you have any issue further, please let us know.

    Best Regards!!

    in reply to: Shop Layout #67260
    wensolutions
    Keymaster

    Hello @rexton,

    When we checked the layout of the shop page locally, we found that all the product boxes appear to be uniform no matter how long the title is as you can see in below given screenshots:

    https://prnt.sc/iner8g

    So can you post your site URL so that we can inspect further and help you?

    Hope this helps.

    Best Regards!!

    in reply to: Live feed #67184
    wensolutions
    Keymaster

    Hello @gustogamboa,

    Currently, the theme does not have the option to display live feed from Youtube and Facebook and as much as we would love to help you with this, we are unable to do so as it requires higher code customization.

    Our suggestion you is hire a professional developer so that your theme won’t be affected in anyway.

    To hire a developer, please follow below-given link.

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

    Thank you.

    If you have any query further, please let us know.

    Best Regards!!

    in reply to: Hide Header Images #67179
    wensolutions
    Keymaster

    Hello @efriedri,

    First of all our sincere apology for the delay in replying to you.

    Now to remove the header image completely from the single posts use given CSS.

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

    .single section#banner-image {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Time settings #67177
    wensolutions
    Keymaster

    Hello @cpaugger,

    Yes, you can definitely change the time setting in events and for this, you need to activate the child theme.

    You can activate the child theme manually or simply create the child theme using the plugin below:

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme in your child theme create the folder tp-education > template-parts and then create the file content-custom-single.php inside the folder template-parts.

    Then paste below-give code in the file “content-custom-single.php

    https://gist.github.com/anonymous/dd69a98772c2915a25e2a6931d123a2e

    Finally in your child theme functions.php file paste below given code.

    https://gist.github.com/anonymous/89bfc66226e54bf80249aaac43029bf0

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    in reply to: GraduatePro Information Section Issue #67168
    wensolutions
    Keymaster

    Hello @urbanestocks,

    To make the information section full width use the given custom CSS.

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

    #information-section .container {
        max-width: 100%;
        width: 100%;
    }

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    in reply to: Icon Color #67167
    wensolutions
    Keymaster

    Hello @dzoffer,

    Actually, we are not quite clear which icon you are referring to but the theme do have the color option from where you can set the color for different parts of the theme.

    For this go to Admin Panel > Appearance > Customize > Typography Options.

    If you did not find the option you are looking for then please provide the screenshot of the section that you want to change the color for and we will provide the custom CSS.

    Thank you.

    Best Regards!!

    Have a good day 🙂 .

    in reply to: Page Editing #67166
    wensolutions
    Keymaster

    Hello @mastephens,

    Actually, there is no such option to change the font size of each specific page separately while creating the page, but the theme does have the option to change the font size of the header and body for all the pages and for this you need to go to Admin Panel > Appearance > Customize > Theme Options > Typography option.

    As for inserting the table, you can insert the table using the HTML in the pages.

    Now to remove the header image from the pages completely use below given CSS.

    Go to Admin panel > Appearance > Customize > Additional CSS and paste below given CSS.

    section#header-featured-image {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Online News Section Display Customization #67045
    wensolutions
    Keymaster

    Hello @kuacdigital,

    First of all thank you very much for using the pro version.

    The feature you are looking for requires higher code customization and as much as we would love to help you on this, we are unable to do so as this is beyond the support we offer for our product.

    So our suggestion to you is hire a professional developer so that your theme won’t be affected in any way.

    To hire a developer, please follow below given link:

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

    Thank you 🙂 .

    Best Regards!!

    in reply to: wrong menu title in header #66890
    wensolutions
    Keymaster

    Hello,

    Thank you for the co-operation.

    If you have any issues further, please let us know.

    Best Regards!!

    in reply to: background color graphics #66868
    wensolutions
    Keymaster

    Hello @aruso,

    First of all our sincere apology in delay on replying to you and also thank you very much for the appreciations.

    If you do not want to set any color as the Background Color then you can set the Background Color option to default by going to Admin Panel > Appearance > Customize > Color.

    Screenshot:

    https://prnt.sc/ikqo27

    Hope this helps.

    If you have any query further, please let us know.

    Best Regards!!

    in reply to: Padding in header #66867
    wensolutions
    Keymaster

    Hello @veronicaf,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/university-hub/reviews/

    Best regards !!

    in reply to: Logo size in Yummy theme ! #66866
    wensolutions
    Keymaster

    Hello @gustogambia,

    To increase the size of the logo in Yummy pro theme use below-given CSS.

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

    .site-logo img {
        max-height: 100%;
        max-width: 170px;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Social Media Buttons in Footer #66865
    wensolutions
    Keymaster

    Hello @gustogambia,

    To make the social menu button appear in the footer Please follow below-given steps:

    Step 1: Create the social menu including your desired custom Links like facebook etc by going to Admin Panel > Appearance > Menus.

    https://prnt.sc/ikpztn

    Step 2: Now assign the social menu to the Foote Menu Location either by going to Admin Panel > Appearance > Menus or from Admin Panel > Appearance > Customize > Menus > Menu location.

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

Viewing 15 posts - 4,426 through 4,440 (of 8,657 total)