• Resolved lidiags29

    (@lidiags29)


    Hello,

    I have the free version and I would like to change the HomePage Slider text color. I can change the background button color by changing the theme color, for example, but I don’t like the button text in white and I don’t know how to change it. Is it possible to have more controle over the HomePage options?

    Thanks for your help,
    Lídia

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

Viewing 1 replies (of 1 total)
  • Theme Author A WP Life

    (@awordpresslife)

    Hi,

    Select color what you want to add.

    See the screenshot

    Please Go to Customizing > Additional CSS and paste this code.

    .slide-btn {
    color: #000;
    }
    .slide-btn:hover, .slide-btn:focus {
    background: #29b6f6 !important;
    color: #000 !important;
    }

    If You like our support please rate us.

    Thanks:)

Viewing 1 replies (of 1 total)
  • The topic ‘Changing HomePage Slider text color’ is closed to new replies.