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*

Removing the Category 'Block' on the Featured Slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68907
    Colin
    Participant

    Hello, I have been using WordPress UI for years now and only recently I have attempted to make my own theme using the minimal open source theme _Underscore.me and I have yet to make any real progress. I have built a few websites with CSS and HTML on my own but only know a little PHP and Java, so that is my statement on how well I know WordPress and the Web.

    Question:
    I am trying to help a friend remove the small white cube that states the category for their Banner featured slider. They love this theme because it lets you have a picture slider while showing the title of the post and the brief summary of it too but that small white cube has got to go.

    If they upgrade to Mags(pro) is that an option or do I have to remove a line of PHP code somewhere in theme to remove it or am I SOL?

    (Also if i leave the posts without a category, it of course defaults to uncategorized and shows that in the small white cube on the banner slider.)

    Thanks for the help whoever reads this and posts back!

    #68974

    Hi @010000111010011cs,

    You don’t need to removed anything from the PHP Codes Just go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    .featured-slider .category-meta {
    	display: none;
    }

    Note: You have to paste the above code again if you upgrade the Theme to Premium Version.

    Thanks

    #68979
    Colin
    Participant

    Wow thank you so much, I can’t believe you guys were speedy and gave me exactly what I was looking for! Thanks for the help.

    Cheers 🙂

    #69050

    Welcome anytime @010000111010011cs

    Could you also please help us rating this theme in WordPress Repository here.
    We really appreciate your rating.

    Thank you for using our theme.

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