Don't show the text that is under the button on the homepage image

Discussion in 'Foogo Pro WordPress Theme' started by v4sb, Aug 11, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I don't need the text that shows under the button that pops up on the home page (called home page top button info).

    I would also like to change the color of the button to blue.
     
  2. nitin

    nitin Guest

    Dear User,

    Greetings from InkThemes,

    You can resolve it very easily, you need to paste below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options->Custom CSS
    Code:
    #sub_header p{
        display:none;
    }
     
    .fbtn.top-button {
        background-color: blue !important;
        webkit-box-shadow: 0 3px 0 #971b1b;
        -moz-box-shadow: 0 3px 0 #971b1b;
        box-shadow: 0 3px 0 blue;
    }
    Hope that helped.

    Thanks & Regards!
    Nitin Sharma
    InkThemes.com
     

Share This Page