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*

White Box section label on posts

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #89277
    dfreeman
    Participant

    Hello.

    I would like to remove the section names that are on the front of the posts. How would I do that? For example, on the section of Sound Bite the little white box says Sound Bite. I would like to remove the white box from all categories. Please advise. Also, is there a way to have the three-column header without having the slider feature activated?

    Thanks, Dennis

    #89403

    Hi dfreeman,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .post-img-wrap .entry-meta .cat-links a,
    .post-img-wrap + .entry-header .entry-meta .cat-links a {
    	background-color: transparent !important;
    	color: #333333 !important;
    	padding: 0;
    	text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    }

    For the 3 Column Banner without Slider. you can use the 3 column layout with only 3 Slide number. Please go to ‘Appearance > Customize > Banner > Featured Slider’ and set the Slide Number to 3 and ‘Slider Style’ to ‘Three Column’.

    Thanks

    #108308
    Turgay Gül
    Participant

    can you give me a css code example to complete deactivate the category name and box? my Category Name is Slider, Footer etc. so it looks bad to see them in the picture 🙂

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