• Hello, I have a few questions about the Novelite theme.

    I’m wondering if it’s possible to somehow create the capacity for more testimonials in the Novelite theme (the free version). Two isn’t really enough for me.

    Also wondering why the placeholder text (for example, “Lorem ipsum dolor sit amet consectetur” is the subheading under “Latest Blog Posts”) doesn’t disappear unless I enter other text into the field. I want to leave certain fields blank, but can’t because they automatically fill in with placeholder text. This is very annoying.

    And lastly, does anyone know if it’s possible to reduce the “team members” on that section of the site? My business is just me, yet I see no option to change how many team members I feature.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author ThemeHunk

    (@themehunk)

    Hello there,

    1) Adding note testimonial require lot of customization in the theme core files.
    2) For default text Go to the Appearance > Customize > Custom CSS and paste code given below.

    #section3 h3.section-subheading{
    visibility:hidden;
    }

    3) Please just add single team member. Other two will disappear.

    Thank You
    ThemeHunk.

    Thread Starter laurenlobue

    (@laurenlobue)

    So for more testimonials, I’m not able to create them myself unless I can customize the theme core files?

    The code you gave me will hide all default text?

    There isn’t an option that I can see to add only a single team member — when I entered my information, the other two team members and their default text remained.

    Thank you ??

    Thread Starter laurenlobue

    (@laurenlobue)

    I’m sorry, I actually have another question.
    How do I make it so that you can click on certain items (like the three icons under “services”) and it can bring you to another part of the page? I want to entire website to be one single scrolling page, so I don’t want to link to other pages. However, I can’t get rid of the links. Most of the clickable items lead nowhere because they are blank, but I either (1) don’t want them to be clickable or (2) if they must remain clickable then I’d like them to link to different parts of the page.
    I would really like to get rid of the clickable box at the top of the page that now reads “Scroll down to learn more.”
    I hope what I’m saying makes sense. I really appreciate your help.

    Theme Author ThemeHunk

    (@themehunk)

    Hello there,

    We apologize for the delay.
    CSS code i have provided is to hide recent post sub heading. If you want to hide all subheadings. Then please use this code.

    .section-subheading{
    visibility:hidden;
    }

    Please share your website link. So that we can provide you exact code.

    Thank You.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Testimonials & other features of Novelite’ is closed to new replies.