Disable homepage article on mobile version.

Discussion in 'Blackriders WordPress Theme' started by onmark lee, Mar 18, 2014.

  1. onmark lee

    onmark lee Member

    Joined:
    Jan 4, 2014
    Messages:
    41
    Likes Received:
    0
    Hi Support,

    How can I disable the HOME PAGE ARTICLE in mobile version?

    Please refer to the screenshot below.:D
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.

    Thanks & Regards
    Gourav Shrivastava
     
  3. onmark lee

    onmark lee Member

    Joined:
    Jan 4, 2014
    Messages:
    41
    Likes Received:
    0
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
     
    @media only screen and (max-width: 767px){
    h1.blog-heading {
    display: none;
    }
    .blog_feature {
    display: none;
    }
    } 
    This will solve your issue.
     
  5. onmark lee

    onmark lee Member

    Joined:
    Jan 4, 2014
    Messages:
    41
    Likes Received:
    0
    Hi Piyush,

    Since I have modified the home page article with static page on home page. So the previous coding did not work anymore. can you send me another css code for mr? www.liquorstoremalaysia.com;)
     

Share This Page