how to change color of slider button

Discussion in 'Subscribely v2 WordPress Theme' started by sandradohn, Jan 13, 2019.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi there, Can you let me know how to change the color of the button on the home page slider? Thanks, Sandra The site is hollywoodvideoshop.com
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Sandra,

    Greetings from InkThemes,

    To change the color of the slider button, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #slider_wrapper .entry .entry_btn {
        background: #7aa3c3;
    }
    #slider_wrapper .entry .entry_btn:hover {
        background: #7493ab;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Just sent it over. Thanks, Sandra
     
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Greeting from InkThemes,

    We have successfully received your Email at [email protected].

    We will contact you back via means of Email itself.

    Your patience will be highly appreciated until we contact you back.

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page