My "post an idea" button disappeared

Discussion in 'ClassiCraft WordPress Theme' started by parksarezoosfortrees, Nov 9, 2014.

  1. parksarezoosfortrees

    parksarezoosfortrees Member

    Joined:
    Mar 3, 2014
    Messages:
    107
    Likes Received:
    0
    This is my site: http://earthpossible.com

    In the header, I had a button that said. "Post an idea."

    That button has disappeared.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You have hide that button so that button is not displaying, see screenshot.

    10nov4.png

    You can see that button again to apply following CSS code in Custom CSS sections.
    Code:
    .grid_8.omega {
    display: block !important;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page