Okay
  Public Ticket #1083696
Down Arrow Icon
Closed

Comments

  •  2
    Sinan Özgür started the conversation

    Hey,

    it is possible to customize the Down Arrow Style with another Icons from the "Font-Awesome"-category  (fa-arrow-circle-o-down) for example? I think its possible, but I don't found anything about that.

    Regards, Sinan

  •  8,999
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  2
    Sinan Özgür replied

    The site: appateat.com. 

    Another thing. I created two versions for mobile and desktop with the Responsive Option (Hide on xy), the problem is on several small desktops I still see the hided images. 

  •  8,999
    Tahir replied

    Hey Again,

    Sorry for the Delay . 

    This seems like a bug . Usethe Below quickfix for the Responsive content issues .

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media (min-width: 1000px) and (max-width: 1299px) {
      .vc_hidden-md {
        display: none !important;
      }
    }

    Be.st 


    ThemeNectar Support Team 

  •  2
    Sinan Özgür replied

    Thank u tahir. I will try it later, but what is with the Down-Arrow-Icon? Is it possible to change it? If it possible I want to set the Chevron-Circle-Down from font-awesome package as down-arrow-icon.

  •  8,999
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .swiper-wrapper .slider-down-arrow .icon-salient-down-arrow:before {
        content: "\f078";
        font-family: fontAwesome;
        font-size: 29px !important;
    }

    Thanks


    ThemeNectar Support Team