Home Forums Pro Themes Signify Pro Reviews + white space

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #148732
    Sergei
    Participant

    Hello.
    1 question) How to change the word TESTIMONIALS in the reviews block? In the essential content types menu, I can only change the title.
    2 question) Can I reduce the field shown in the screenshot?

    1 question
    2 question

    #148738
    Sergei
    Participant

    I found the answer to the second question on the forum. But nothing has changed on the product page.

    .page .site-content>.wrapper {
    padding: 0px;
    }

    #148754
    Sergei
    Participant

    There are 3 more questions. When I click “open previous or next posts,” the blog throws me to the top of the page. Every time you need to dip into the bottom of the page, to the blog. How to make blog posts open immediately without having to scroll down every time? Or to be thrown to the top of the blog and not to the top of the home page. And the blog on it is at the very bottom.

    #148800
    Psink
    Keymaster

    Hello There,

    Please add Catch Infinite Scroll plugin to activate infinite loader for the post. This will not throws you to top of the page on click on Load More button.

    To word TESTIMONIALS please try this css

    
    #testimonial-content-section .section-subtitle::after {
        content: "Testinomial";
        visibility: initial;
    }
    #testimonial-content-section .section-subtitle {
        visibility: collapse;
        display: inline-grid;
    }
    

    Put the Text you want to display in the content property in above css i.e content: “MYText”;

    Hope this will help

    Regards,
    psink

    #148865
    Sergei
    Participant

    Thank you. Everything is working.

    #148890
    Psink
    Keymaster

    glad to help you

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.