• Resolved sweezy_jenny

    (@sweezy_jenny)


    I tried changing the testimonial header color from white to black.

    .testimonial .section-header h6 {
    color: #000000;
    }

    But it doesn’t show any effect. It’s the same only.
    Can anyone please help?

Viewing 5 replies - 16 through 20 (of 20 total)
  • This is kind of going around your problem, but what if you tried only using the grid display at certain browser widths:

    @media screen and (max-width: 700px) {
    	.testimonial .zerif_testim {
    		width: 100%;
    		height: auto;
    	}
    
    	#client-feedbacks .feedback-box {
    		height: auto;
    	}
    }

    With this CSS, the testimonials would appear stacked on top of each other whenever the browser window is 700 pixels or smaller, and whenever the browser window is 701 pixels or larger, you’ll see the testimonials displayed as a grid.

    Thread Starter sweezy_jenny

    (@sweezy_jenny)

    Thank you so much. ??

    Another problem is in this page–>https://www.modafinildeals.com/shipping-and-payment/

    the widgets (search option) is showing at the bottom suddenly.

    Tried everything but unable to fix it.

    Any help to make it correct?

    Thanks a lot again.

    You’ve got a stray </div> tag on that page. You should check that page in the Text editor instead of the Visual editor and see if you can find it.

    Thread Starter sweezy_jenny

    (@sweezy_jenny)

    Thanks a million again. ??

    Thread Starter sweezy_jenny

    (@sweezy_jenny)

    I’m sorry to bug you with all of these questions everytime, I really appreciate your time.

    I searched all over and ended up with nothing actually.

    If you won’t mind helping with this.

    Having checkout issue with woocommerce plugin.

    I have two options for the payment gateways:
    1: paypal
    2: bitcoin

    For the paypal checkout page, i want after clicking the “proceed to paypal” option, it should redirect to a different page and not the paypal’s site.
    I mean the “thank you ” page or something like normal page’s in the site.

    Any idea how to do it?

    I am left with no other ways now.

    Thank you

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Zerif lite-testimonial font issue-please help’ is closed to new replies.