Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Ludovic ANTIER Friend
    #956806

    Hello,
    please I would like customize my Ja Directory :

    • in the module slideshow, we can add a button and a link but I WOULD like, when my link is a video, this video is open in pop-up look please : http://prntscr.com/c1ef6f

    the exemple : http://recordit.co/qIspO0Tlbl

    Then I would like to just change the color of this button : http://prntscr.com/c1ehdh to the blue "#286b68"

    Could you help me please ?

    Saguaros Moderator
    #957130

    Hi Ludovic,

    Below are my answers for your questions:

    1. I edited the file: /acm/slideshow/tmpl/style-owl.php by adding attribute **target="_blank" to the a tag:

      <a href="<?php echo $helper->get('data.button-link', $i) ?>" class="slider-btn btn btn-primary" target="_blank"><?php echo $helper->get('data.button', $i) ?></a>
    2. For the color of button, I added below css rule into the file: /css/custom.css
      #back-to-top .btn {
      background-color: #286b68;  
      }

    You can have a look and let me know if that helps.

    Ludovic ANTIER Friend
    #959690

    Hello,

    thanks for your help.
    Sory I don’t understand how to do ? Could you help me with more please ?

    Then,
    I would like my header is transparent looks : http://prntscr.com/c57aji
    I use custom.css and I wrihte this but It’ does’nt work : .t3-header {
    .transparent{
    background-color: #ffffff;
    opacity: 0.1;
    }

    Could you help me please ?

    Saguaros Moderator
    #959976
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 8 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum