Okay
  Public Ticket #2493549
Fancybox border radius & color styling settings not working
Closed

Comments

  • Abel Ekele started the conversation

    1. I extended support for Salient Theme and my Purhase Code is still returning expired. Please fix.

    2. I have been unable to adjust the colour and border radius of the fancybox eases on the website; lekkigas.com. I tried using the fancybox border radius and colour feature available in the fancybox setting.

    I have attempted styling the fancybox by introducing a CSS code snippet on the page settings and in the applicable sections of salient options panel but it still wouldn't change.

    I am using the most recent version of salient on the site, V 12.1.0.

  •  2,965
    Andrew replied

    Hi Abel,

    Your website is behind coming soon plugin. Can you allow us to check so that we see possible css.

    Thanks.

  • Abel Ekele replied

    I have disabled the plugin temporarily. 

  •  2,965
    Andrew replied

    Hi Abel,

    Still active. Allow us to login so that we fix as soon as possible.

    4598567355.png


    Thanks.

  • Abel Ekele replied

    Deactivated now. Please check

  •  2,965
    Andrew replied

    Hi Abel,

    Use the following custom css:

    .nectar-fancy-box[data-style="color_box_hover"][data-border="true"]:hover .box-inner-wrap, .nectar-fancy-box[data-style="color_box_hover"][data-border="true"].box-inner-wrap, .nectar-fancy-box[data-style="color_box_hover"] .box-inner-wrap {
        border-radius: 10px;
    }
    

    Hope this helps.

  • Abel Ekele replied

    Hi, thanks that worked but the following box it didn't apply to the box on this page; https://lekkigas.com/cylinder-exchange/

  •  2,965
    Andrew replied

    Hi Abel,

    Use the following:

    .nectar-fancy-box {
        border-radius: 10px;
    }
    

    Thanks.

  • Abel Ekele replied

    Thanks a bunch, this worked. However theres a white bleed at all four corners of the box. See pictures to confirm.



  •  2,965
    Andrew replied

    Hi Abel,

    Could you allow us to login to your website so that we investigate the source of the white background. We going to need username and password with admin privileges.

    Thanks.

  •   Abel Ekele replied privately
  •  2,965
    Andrew replied

    Hi Abel,

    Remove the box shadow on column settings

    8387173746.png


    Kind regards.

  • Abel Ekele replied

    How do I change the border color? I tried adding "border-color" like below but it's not working

    .nectar-fancy-box {
    border-radius: 10px;
    border-color: blue;
    }
  •  2,965
    Andrew replied

    Hi Abel,

    Update as follows:

    .nectar-fancy-box {
        border: 2px solid black;
    }
    

    Thanks.