Forum Replies Created

Viewing 15 posts - 3,181 through 3,195 (of 8,657 total)
  • Author
    Posts
  • in reply to: Website Banner #86753
    wensolutions
    Keymaster

    Hello @tradewinds,

    Actually, we are not quite clear with your issue so can you please explain it with the proper screenshot so that we can help you further?

    Thank you.

    Regards!!

    in reply to: Backgrund? #86651
    wensolutions
    Keymaster

    Hello @HansV.JenSen

    To remove the white box in the header according to your need, attach the below-given CSS by going to :
    Admin panel>Appereance>Customize>Additional CSS

    .anwp_competition-template-default .anwp-b-wrap .border {
    display: none !important;
    }

    If you again want to display the white box, remove the CSS.

    Hope this helps.

    Regards!!

    in reply to: How to add two logos? #86643
    wensolutions
    Keymaster

    Hello @Samynonsense,

    Currently, we do not have the option to add two logos in the header as you have asked but if you still want the feature, you can hire a customizer.

    To hire a developer please refer to the given link :https://themepalace.com/hire-a-customizer/

    Thank you.

    Regards!!

    in reply to: all content not align with header #86642
    wensolutions
    Keymaster

    Hello @samynonsense,

    Please provide the screenshot so that we can help you further.

    Thank you.

    Regards!!

    in reply to: all content not align with header #86635
    wensolutions
    Keymaster

    Hello @samynonsense,

    Can you please provide your site URL so that we can inspect further and help you?

    Thank you.

    Regards!!

    in reply to: Front Page Buttons #86626
    wensolutions
    Keymaster

    Hello @vsgreen829,

    The issue is not quite related to the theme so please visit Icegram plugin support page for further assistance.

    Or please copy the working code from the below given link:

    https://www.greenluxdigital.com/ppc/

    Thank you.

    Regards!!

    wensolutions
    Keymaster

    Hello @petbuyingprotection,

    Please check for the option to place the image on the left in the dashboard. You can place the form on the right side using the below CSS as well.

    @media screen and (min-width: 767px) {
    	.contact-section-wrapper {
    		flex-direction: row-reverse;
    	}
    }

    Hope this helps.

    Regards!!

    in reply to: Events section #86621
    wensolutions
    Keymaster

    Hello @christinev,

    Thank you for using the Education Hub theme.

    We totally understand your query but to achieve what you want requires higher code customization so we would suggest you to hire a professional developer for the task.

    To hire a developer please refer to below given link:

    themepalace.com/hire-a-customizer

    Thank you.

    Regards!!

    wensolutions
    Keymaster

    Hello,

    Please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS .

    #wpcf7-f1578-p135-o1.wpcf7 p {
        width: 200px;
        float: none;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Change size of featured images / thumbnails #86526
    wensolutions
    Keymaster

    Hello @reisprins,

    Please, crop your image to the size that can be viewed on the browsers window without scrolling it down.
    Recommended way to achieve the effect is to actually crop your image to the required size.

    You can also add below given CSS by going to Admin Panel > Appearance > Customize > Additiional CSS

    .featured-image {
    	text-align: center;
    }
    
    .featured-image a {
    	display: inline-block;
    }
    
    .featured-image img {
    	height: auto;
        max-width: 50%;
    }

    Hope this helps.

    Regards!!

    in reply to: Pricing Section #86488
    wensolutions
    Keymaster

    Hello @vsgreen829,

    Please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    @media screen and (min-width: 992px) and (max-width: 1200px) {
    	.page-section > .container {
    		width: 100%;
    	}
    
    	.page-section .pricing-item > h4 {
    		font-size: 14px;
    	}	
    }

    Hope this helps.

    Regards!!

    in reply to: Regarding Attachemnt of Document #86457
    wensolutions
    Keymaster

    Hello @sriom987,

    Currently, the theme does not have the option to upload the document file in the post but you can use third-party plugins to upload the file.

    If you have any query further please let us know.

    Thank you.

    Regards!!

    in reply to: Pricing Section #86451
    wensolutions
    Keymaster

    Hello @vsgreen829,

    Since we found your site and the demo look alike even when resizing the browser, can you please provide the screenshot marking the part that you want to fix and in what way?

    Thank you.

    Regards!!

    in reply to: Hide Page Titles #86448
    wensolutions
    Keymaster

    Hello @vsgreen829,

    Actually, there is no separate class for the subpage so to make the title disappear in the subpage you need to target the page id and hide the title.

    For example:

    To remove the title from the “Yelp Review Management”, add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .page-id-60 h1.entry-title {
        display: none;
    }

    You will find the page id in the URL by going to the single page edit screen.
    Screenshot:

    https://prnt.sc/lqe12a

    Hope this helps.

    Regards!!

    in reply to: Pricing Section #86446
    wensolutions
    Keymaster

    Hello @vsgreen829,

    When we inspected the URL we found that the pricing section looks similar to that of the demo.

    So can you please provide further information so that we can help you further?

    Thank you.

    Regards!!

Viewing 15 posts - 3,181 through 3,195 (of 8,657 total)