badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

CSS code

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #72726
    Sheik Ahamath
    Participant

    I don’t want my posts to show categories, tags, date etc. Could you provide me the CSS code to remove them?
    Also, on the home page the wideget titles are centred? Could you give me the CSS code for this too so I could align them to the left?.
    Thanks.

    #72782

    Hi @sheik-ahamath,

    To make the Widget Titles align Left and also to remove the Categories, Date, Tags please go to ‘Appearance > Customize > Additional CSS‘ and paste the below code:

    .entry-meta.category-meta,
    .entry-meta .date,
    .entry-meta .tag-links,
    .post footer.entry-meta {
    	display: none;
    }
    .page-template-front-page-template .site-main .widget-title,
    .widget-description,
    .featured-stories .stories-title {
    	text-align: left;
    }
    .section-title-wrap {
    	padding-left: 0;
    	padding-right: 0;
    }

    Thanks

    #72817
    Sheik Ahamath
    Participant

    Thanks but since this came in late I have switched to another theme – Newscard and the code works on that as well.

    #72821

    Oops!
    We are sorry for the late response due to some unavoidable circumstances. And no worries you are free to use any themes.

    Thanks

    #72840
    Sheik Ahamath
    Participant

    That’s OK.
    I also don’t want the controls for banner slider on home page to be seen. Could you also provide a CSS code to hide these slider controls?
    Also, I found that in Newscard theme there is a useful frontpage sidebar widget area. I haven’t tested all your themes yet, but could you let me know which of your other themes has a frontpage sidebar widget area in addition to the Newscard theme?
    Thanks.

    #72899

    We have provided you the Custom CSS code regarding the NewsCard Theme to your recent Topic under NewsCard. Please Check once.
    And Our Magcast Theme also have The Sidebar Widget Area in Front Page Template.

    Thanks

    #72920
    Sheik Ahamath
    Participant

    Thanks a lot.

    #72997

    Welcome anytime @sheik-ahamath

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.