• dylan11298

    (@dylan11298)


    Within the virtue theme, is there a way to ammend or adjust the “Home Portfolio Carousel Title” section to support code like <h4> Headers, and </br> Breaks?

    I want to but a little bit longer verbiage/text in this section in between my slider and my carousel items – but without being able to use basic coding functionality, the verbiage just looks like a large paragraph of run on text.

    Is there is no way to work with the text inside of the Portfolio Carousel Title section, then is there a way to “carve” out just a little section between the slider and the carousel items to have a paragraph or two, or formatted text?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    You can’t add html in the carousel title, and in the free version there isn’t a built in way to add sections of text right above the portfolio carousel.
    The closest thing would be to make your static home page content sit right above the carousel then add your text and title in the page content. and with css hide the portfolio carousel title.

    .home-portfolio .hometitle {
    display: none;
    }

    Kadence Themes

    Thread Starter dylan11298

    (@dylan11298)

    I added your script/code into the the Advanced Settings Custom CSS Box, but I am confused as to what you meant by the first part of your response, or how to do so.

    Are you telling me to drag-n-drop the “Page Content” icon to “enabled” from within the Homepage Layout Manager (above the carousel), and then change the “Page Content Options” to “Full” to show the verbiage from that particular post?

    If so, I’ve done that – but even with the script you gave me, it still shows the page content [ title, publish date, & “by Admin | posted in: Uncategorized | Replies: 0 ]. Is there not a way to hide all that “extra stuff” and only reveal that post/pages BODY text? That would solve my problem, if that’s the case – and I would be grateful!

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    You just need to make your home page a static page… go to settings > reading. make your front page a static page then add your content in that page content.

    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjusting Home Portfolio Carousel Title | To Support Code Like &’ is closed to new replies.