Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2767714
About Soledad Theme
Closed

Comments

  • bhagilahare143 started the conversation

    I'm using Soledad theme magzine design I want that the featured slider do not show title and category , only featured image run on slider and title and category disappear please help me

  •  2,495
    PenciDesign replied

    Hello,

    - To hide the post's category on the featured slider you can go to: Customizer -> Featured Slider -> General tab then checked on the option " Hide Categories Of Post".

    - To hide the post's title so you need to use the following custom CSS code:

    .featuredsl-customizer .penci-mag-featured-content {
     display: none;
    }

    You can input them into Customizer -> Custom CSS. Hope that helps.

    Best Regards.

    PenciDesign