Remove tags from Posts

Discussion in 'BizWay WordPress Theme' started by sapy_marketing, Jun 15, 2016.

Thread Status:
Not open for further replies.
  1. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    I have some questions please:

    1) Please advise how to hide tags on the posts so they are not visible

    2) Remove subheading under main heading on home page

    3) remove 1st, 2nd, 3rd, 4th Footer Area on Home Page

    2) How do I centre my logo on home page?

    5) I have successfully changed my menu bar to light grey, but the gradient from dark to light is gone (see 2nd picture)- the menu bar is just flat. Please advise if I can put this gradient back?

    upload_2016-6-15_14-21-46.png
    [​IMG]
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Solutions to your above issues are accordingly and you just need to paste the codes given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    1) Please advise how to hide tags on the posts so they are not visible

    Code is given below..
    Code:
    .tag {
        display: none;
    }
    2) Remove subheading under main heading on home page

    Code:
    .slider-wrapper-container h2 {
        display: none;
    }
    3) remove 1st, 2nd, 3rd, 4th Footer Area on Home Page

    Code:
    .footer-wrapper .footer {
        display: none;
    }
    4) How do I centre my logo on home page?

    Code:
    .header .logo img {
        margin-left: 197px;
    }
    Change the numeric value as per your requirement..

    5) I have successfully changed my menu bar to light grey, but the gradient from dark to light is gone (see 2nd picture)- the menu bar is just flat. Please advise if I can put this gradient back?

    Could you please provide us 'URL' of your site so that we can better assist you?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    Thank you Priyanka

    http://sapy.com/

    Please refer to my news page:
    http://sapy.com/news/
    I also wish to remove the comment bubble on the left, as well as "Posted by sapy_admin Posted in What's new?" text please?
     
  4. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    Please note that the code:
    .tag {
    display: none;
    }
    is NOT working - my tags are still visible
     
  5. priya

    priya Guest

    Hi,

    Use below code..
    Code:
    .content-bar .post .post_meta {
        display: none;
    }
    
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    Hi Priyanka Thank you. Question 5 is still unanswered so I will put it in a new post.
     
  7. priya

    priya Guest

    Hi,

    Use below code..
    Code:
    .menu-container {
        background: linear-gradient(to bottom, rgba(116, 91, 84, 0.95) 0%, rgba(116,97,84,1) 1%, #aaa 50%, rgba(57,41,29,1) 100%);
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    Hi Priyanka
    Thank you, but the little comment bubbles are still there on my news landing page http://sapy.com/news/
    ?
     
  9. priya

    priya Guest

  10. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    Thanks, done
     
Thread Status:
Not open for further replies.

Share This Page