Change color of "Add Video" Button

Discussion in 'VideoCraft WordPress Theme' started by juanguardado, Mar 5, 2016.

Thread Status:
Not open for further replies.
  1. juanguardado

    juanguardado New Member

    Joined:
    Feb 10, 2016
    Messages:
    21
    Likes Received:
    0
    Can the color of "Add Video" button be changed?

    Thank you in advance
    Hands down your tech support has been the best :)
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    I would like to sincerely thank you for your appreciation.:)

    To change the color of button, please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .top_strip .menu .associative_link li.listing-btn a {
        background: lightseagreen;
    }
    Change color as per your interest..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. juanguardado

    juanguardado New Member

    Joined:
    Feb 10, 2016
    Messages:
    21
    Likes Received:
    0
    Your welcome :) ....


    The button did change color but when I hover over the button it's still Blue
     
  4. priya

    priya Guest

    Hello,

    Below is the code for that...
    Code:
    .top_strip .menu .associative_link li.listing-btn a:hover {
        background: lightseagreen;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. juanguardado

    juanguardado New Member

    Joined:
    Feb 10, 2016
    Messages:
    21
    Likes Received:
    0
    That code did fix the issue.

    Again thanks
     
  6. priya

    priya Guest

    You're welcome..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page