Okay
  Public Ticket #1415562
OT home slide
Closed

Comments

  • Wout started the conversation

    I'm new to WP. Couple of questions:

    - Can i use the OT home slide without the text on top

    - Can i get rid or edit the custom arrows (that navigate the home slide images)

    Happy Hollidays!

  •  2,010
    Ocean replied

    HI,

    you can add css code. Go to Eleos Options/Styling options/Css Code => add css

    .hero-text h5 {

    display: none;

    }

    you can remove arrows. Add css code

    #owl-top .owl-controls {

    display: none;

    }

    You can go to edit arrows by edit image. Open file wp-content/theme/eleos/images/

    edit iamge: arrow-left.png and arrow-right.png

    Thank you.

  • Wout replied

    Thanks a bunch!

    css for hero text works fine, i cannot seem to get the code for the arrows right.. I pasted this code also in styling options is that correct? "#owl-top" is marked red..

    with regards, Wout

  •  2,010
    Ocean replied

    Hi,

    you can try add css again

    #owl-top .owl-controls {

    display: none!important;

    }

  • Wout replied

    Works! Thanks again.