• Resolved janewp1971

    (@janewp1971)


    Hi – is it possible to change the button color, text color in the button and outline in the button of the home page slider?

    Also is it possible to reduce the padding beneath the site logo?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author themevision

    (@themevision)

    Hello,@janewp1971!

    Those colors can be changed in:
    Customising->Slider->Slide #1 (2) ….. Button BG Color.

    https://prnt.sc/l67gy9

    Use next code to change the Logo padding value:(Insert it in Customise->General->Additional CSS)

    .sticky-header .logo{
        padding:0px;
    }

    Change the padding value per your needs.

    Regards

    • This reply was modified 5 years, 6 months ago by themevision.
    Thread Starter janewp1971

    (@janewp1971)

    Hi there -thanks for your response. I was wondering how to change the color when the button is inactive though. I know you can edit the background for hover state, but just need it to be more visible before the user hovers. Does that make sense?
    Thank you:)

    Theme Author themevision

    (@themevision)

    Hello,@janewp1971!

    Use the following code to change the Slider button title, background, and border colors:(Insert it in Customise->General->Additional CSS)

    #agama_slider .slide-content a.button{
        color: #fff!important;
        background-color: #FE6663 !important;
        border-color:#FE6663!important
    }

    https://prnt.sc/l6rkji

    Change the color codes per your needs.

    Regards

    Thread Starter janewp1971

    (@janewp1971)

    that worked great – thank you very much

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change button colors/outline/type on slider’ is closed to new replies.