This topic has 19 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #61988
     Gandam
    Participant

    Hi,

    How do I change slider navigation arrow style? I noticed that there is only “solo style” under nav arrow option. I prefer a square arrow with no preview function, something similar to the attachment I’ve enclosed. Is there option to customise it or how do I fix this then? Thanks

    Attachments:
    You must be logged in to view attached files.
    #61990
     Gandam
    Participant
    This reply has been set as private.
    #62028
     Laura
    Moderator

    Hello, its an image you can replace at
    wp-content/plugins/revslider/rs-plugin/assets/large_left.png
    wp-content/plugins/revslider/rs-plugin/assets/large_right.png

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #62136
     Gandam
    Participant
    This reply has been set as private.
    #62139
     Laura
    Moderator

    Have you replaced them with the same name as the old ones? Try clearing cache

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #62145
     Gandam
    Participant
    This reply has been set as private.
    #62151
     Laura
    Moderator

    Hello, please share admin credentials so i can check it out 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #62162
     Gandam
    Participant
    This reply has been set as private.
    #62194
     Laura
    Moderator

    Could you enable right click? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #62196
     Gandam
    Participant

    @Laura – I’ve just enable it! 🙂

    #62216
     Laura
    Moderator

    Hello, please use this CSS

    COPY CODE
    
    .tp-rightarrow.default {
      z-index: 100;
      cursor: pointer;
      background: url(../assets/large_right.png) no-repeat;
      width: 45px;
      height: 150px;
      color: #fff;
      text-align: center;
      margin-top: -50px !important;
      opacity: 1.2;
    }
    .tp-leftarrow.default {
      z-index: 100;
      cursor: pointer;
      background: url(../assets/large_left.png) no-repeat 0 0;
      width: 45px;
      height: 150px;
      color: #fff;
      text-align: center;
      margin-top: -50px !important;
      opacity: 1.2;
    }
    .tparrows:hover {
      background-position: initial !important;
      opacity: 0.5 !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #62218
     Gandam
    Participant

    @Laura – thanks, so Where do I paste it, in theme quick css? and this arrow style will be the same as my attached png file?

    #62222
     Laura
    Moderator

    Hello, yes, those are your images.
    Add it to quick css

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #62329
     Gandam
    Participant
    This reply has been set as private.
    #62368
     Laura
    Moderator

    Hello, please replace the code from above for this one

    COPY CODE
    
    .tp-rightarrow.default {
      z-index: 100;
      cursor: pointer;
      width: 45px;
      height: 150px;
      color: #fff;
      text-align: center;
      margin-top: -50px !important;
      opacity: 1.2;
    }
    .tp-leftarrow.default {
      z-index: 100;
      cursor: pointer;
      width: 45px;
      height: 150px;
      color: #fff;
      text-align: center;
      margin-top: -50px !important;
      opacity: 1.2;
    }
    .tparrows:hover {
      background-position: initial !important;
      opacity: 0.5 !important;
    }
    

    If you find another image that fits better we can use it, so let me know if you like it like that 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #62413
     Gandam
    Participant
    This reply has been set as private.
    #62512
     Gandam
    Participant

    @Laura – Any chance for you to attend my query yet, thanks!! 🙂

    #62583
     Laura
    Moderator

    Hello, please change with the following codes

    COPY CODE
    
    .tp-rightarrow.default {
      z-index: 100;
      cursor: pointer;
      width: 45px;
      height: 150px;
      color: #fff;
      text-align: center;
      margin-top: -50px !important;
      opacity: 0;
    }
    .tp-leftarrow.default {
      z-index: 100;
      cursor: pointer;
      width: 45px;
      height: 150px;
      color: #fff;
      text-align: center;
      margin-top: -50px !important;
      opacity: 0;
    }
    

    Do not replace the :hover ones
    That it what i can do, when you hover the arrow will appear, not much more i can do

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #62600
     Gandam
    Participant

    @Laura – I picked up another with your code, it is not responsive, so it will show i full size on smart devices, how do I fix that? Thanks

    #62630
     Laura
    Moderator

    Hello, you need a small arrow for mobile so i can change it, just let me know the url and i will add it

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 20 posts - 1 through 20 (of 20 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?