Don't want home page top subheading or top button info to show

Discussion in 'Foogo Pro WordPress Theme' started by v4sb, Dec 31, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I don't want home page top subheading or top button info to show. I only want it to show the button with the button text and only the top heading. Can you provide code to keep those from displaying?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #sub_header .st-title-wrap .light-weight, #sub_header .action_note {
        display: none !important;
    }

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Nothing is currently showing on my home page. Here is the custom coding I have in place:

    .fbtn.top-button {
    background-color: #226FA5 !important;
    webkit-box-shadow: 0 3px 0 #971b1b;
    -moz-box-shadow: 0 3px 0 #971b1b;
    box-shadow: 0 3px 0 blue;
    }
    #header .top-header {
    background: none !important;
    }
    #header .header-overlay {
    background-color: rgba(255, 255, 255, 0);
    }
    #sub_header .st-title-wrap .light-weight, #sub_header .action_note {
    display: none !important;
    }


    Can you ASAP while you are still in?
     
  4. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
  5. priya

    priya Guest

    Hello,

    Would you please remove all the code which you have mentioned above except the code provided by me in my previous reply and check after that?

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    That did not help.
     
  7. priya

    priya Guest

    OK!!

    You can try one more thing, please deactivate all of your plugins and look after that...After that activate theme one by one so this way you can find out the responsible plugin if any....

    If still will not resolve your issue, please send us your dashboard details at [email protected] along with this thread link so that we can figure out the issue and able to resolve that..

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. priya

    priya Guest

    Hello Rachel,

    Greetings from InkThemes!

    You would be glad to know that we have resolved your issue...

    For your knowledge, menu configuration was missing in your dashboard and that's why you were getting that error..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page