Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1073076
Veented Slider text postion
Closed

Comments

  •  2
    Adam started the conversation

    Can I control the vertical position of the text on the Veented Slider, I can set the horizontal position, left, right , centre etc, I want to position the text a the top

  •  2
    Adam replied

    Can I turn off the arrows too if I only have one image?

  •  361
    Filip replied

    Hello Adam,

    Well, this can be done with a little customisation. I can write a snippet for you. Can you provide your site's URL and let me know how exactly would you like your slide to look like?

    Kind Regards,
    Veented Team

  •   Adam replied privately
  •  361
    Filip replied

    Dear Adam,

    Here is a code to align all slider texts to the top:

    #page-content .veented-slider-holder .inner {
        vertical-align: bottom;
        position: absolute;
        top: 30px;
    }

    To disable arrows on a specific page:

    .page-id-1831 .swiper-button-prev,
    .page-id-1831 .swiper-button-prev {
        display: none !important;
    }

    Where "1831" is a unique ID of that specific page.

    Kind Regards,
    Veented Team

  •   Adam replied privately
  •  2
    Adam replied

    Got it thanks

  •  361
    Filip replied

    I'm glad it works!

    Kind Regards,
    Veented Team