• Resolved gkboey

    (@gkboey)


    Need your favor.
    How to remove the “featured title” and “featured content” on the homepage slider? I don’t want the title and content appear on the slider images.

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • link to your website?

    Thread Starter gkboey

    (@gkboey)

    hi Sayed2x2,

    Thanks ??
    i just solve the problem. Add CSS {display:none;}.

    Hi gkboey,

    Where did you pop that nice little bit of code into? I’m looking to do the same thing, but unsure as to where to put it.
    Thank you! x

    Sovit

    (@sovitranjitkar)

    Hi Tishjtilley,

    Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS
    and paste the following CSS code to remove the “featured text” on slider:

    .featured-text {
        display: none;
    }

    Now, Click on Save All Changes Button and Refresh your browser.

    Thank you !

    Hello,

    I used the code and worked, but i want to keep the Title, is it possible?

    web: fdd.org.do

    Theme Author Theme Horse

    (@themehorse)

    Hello,

    To remove the featured content try below CSS and remove above one.

    .featured-content {
        display: none;
    }

    Thank you for using our theme.

    Theme Horse,

    I have used that CSS, but i want to keep the Post Title.
    The feutured content has a Title and text extract from the post content.

    Is there a way to keep the Title Only or to edit the text extract?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to remove the featured title on the slider images?’ is closed to new replies.