Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #442087

    Hello there,

    I have 2 questions

    1) How can i change the hover color of the fullwidth button?

    2) How can I change the background color of the content slider?
    How can I contain it in a box?

    Thanks and kind regards!

    #442530

    Hi danielgulau!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-content-slider-inner { background-color: orange; }
    a.avia-button-fullwidth:hover .avia_button_background { background-color: orange!important; }

    Cheers!
    Yigit

    #442565

    Hey Yigit

    Works awesome

    Can i put a thin border as well?

    Kind regards! Daniel

    #443837

    Hi!

    for which item exactly do you need a border? you can use these values inside the bracket of Yigit’s code:

    border: 2px;
    border-style: solid;
    border-color: red;
    

    and adjust as needed.

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.