Color of Button on the Homepage slider

Discussion in 'Foogo Pro WordPress Theme' started by jalex860, Jun 12, 2016.

  1. jalex860

    jalex860 New Member

    Joined:
    Apr 6, 2013
    Messages:
    27
    Likes Received:
    0
    How do you change the color the button in the Top/Header Image on the homepage? Id like to change it from the bright orange/red to black.
     
    Last edited: Jun 12, 2016
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .fbtn.top-button, .fbtn.top-button:hover {
    background: black;
    box-shadow: 0 3px 0 black;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. jalex860

    jalex860 New Member

    Joined:
    Apr 6, 2013
    Messages:
    27
    Likes Received:
    0
    Thank you Priyanka it worked!
     
  4. jalex860

    jalex860 New Member

    Joined:
    Apr 6, 2013
    Messages:
    27
    Likes Received:
    0
    I do have one more question! The home feature boxes are not sitting appropriately on the page is there something I can do to adjust the positioning? attached is a screenshot of how the boxes are sitting on the page. Any suggestions or feedback would be greatly appreciated. Thanks in advance.

    Joanne
     

    Attached Files:

  5. priya

    priya Guest

    Hi,

    Please send us your site URL so that I can better assist you..

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. jalex860

    jalex860 New Member

    Joined:
    Apr 6, 2013
    Messages:
    27
    Likes Received:
    0
  7. priya

    priya Guest

    Hi,

    I am unable to access your site..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. jalex860

    jalex860 New Member

    Joined:
    Apr 6, 2013
    Messages:
    27
    Likes Received:
    0
  9. priya

    priya Guest

    Hi,

    Code is given below..
    Code:
    #content_wrapper #site_features ul li {
        width: 27%;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page