Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #212030

    How can I remove the title from the Ajax portfolio slider? Not the option within the element, but rather when it opens up and displays the title and text on the right handside pulled from the Ajax Portfolio Preview Settings.

    • This topic was modified 10 years, 10 months ago by simmer.
    #212048

    Hi simmer!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .portfolio-preview-title { display: none; }

    Cheers!
    Yigit

    #212052

    Many thanks Yigit :)

    #212054

    Hey!

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    #698562

    Follow-on question: I see how to remove the title, but I would like to remove the entire title/caption area and have a full-width image. How do I do this? thanks!

    #698698

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .portfolio-preview-content {
        display: none;
    }
    .portfolio-preview-image,.ajax_slide .inner_slide {
        width: 100%;
    }
    

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove title from ajax portfolio slider’ is closed to new replies.