Okay
  Public Ticket #3439051
Button
Closed

Comments

  •  4
    Rado started the conversation

    I want to change the color of the light box button. I want it to use the yellow accent color and not the default theme text color.


    2563316304.png


  •  279
    Noah replied

    Hi there,

    You have several video lightbox buttons on that page.

    For the single one to the right of the "3 in 1" text you can use this CSS to control the colors:

    .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"]:not([data-style="small"]) .play > .inner-wrap:before{
        background-color:red !important;
       
    }
    .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"]:not([data-style="small"]) .play > .inner-wrap svg path{
       fill:grey !important;
       
    }
    

    For the ones under the big "Zero" text use this:

    .nectar_video_lightbox.play_button_with_text[data-style=small] .play>.inner-wrap:before{
        background-color:red;
        border-color:red;
    }
    .span_12.dark .nectar_video_lightbox.play_button_with_text[data-style=small] path {
        fill: blue;
    }
    

    add it to salient \ general settings - css script related - custom css code. Adjust to what you want.

    Cheers.

  •  4
    Rado replied

    I need a bit more. The buttons below ZERO are now styled correctly. But in the section immediately below "Individuals, IT Groups, etc. I want these buttons to be different color.  I did not see any Elment ID to be able to reference them separately. How do i do that.

  •  2,958
    Andrew replied

    Hey Rado,

    Thank you for getting back to us.

    With you're current site/page layout, this is currently not possible as the elements are in one page. You would have to remove the button for this entire page for you to get the layout you desire. Adding this in at the moment would require customizations that fall beyond the scope of our support.

    We appreciate your understanding of this.

    Thanks,

  •  4
    Rado replied

    thank you