Some page in ResumeWay still can appear even we do not enter any information in it

Discussion in 'ResumeWay WordPress Theme.' started by effyeweb, Nov 16, 2014.

  1. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    Some page in ResumeWay still can appear even we do not enter any information in it.

    We not using all the pages

    http://www.Raymond.effye.com

    this thing happen , on desktop and tab, especially in tab, DOUBLE tab the page will make it minimize, and see all inbuild pages: skill, academic.......

    i hope it just show up our pages
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
  3. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    wait for your news, thanks, please inform me here....
     
  4. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#skills {
    display: none;
    }
    div#academics {
    display: none;
    }
    div#experience {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page