Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Slideshow – can you remove text box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1938
    Mike D’Angelo
    Participant

    I wanted to disable the text box in the slider, is that possible? I just want the images to show.

    Also, am I able to remove the “Posts” section in the footer? I would like to put something different there.

    #1939
    Grace Themes
    Member

    Hi,

    To disable the slider title and description text box
    Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
    and paste the below css code in custom css box

    .nivo-caption { display: none; }

    If you don’t want to use default footer section and add new information
    Go to the Appearance -> Widgets -> Footer Widget 1/2/3/4
    Drag and drop the available widgets.

    Please check the documentation on how to use widgets
    https://gracethemes.com/documentation/creator-world/#widgets

    Regards
    Grace Themes

    #4679
    Brian Prendergast
    Participant

    Hi Folks,

    I followed the directions below to remove the text/description box on each slider image, but it didn’t work. (www.MortgageLeadPlaybook.com) Any suggestions?

    “To disable the slider title and description text box
    Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
    and paste the below css code in custom css box

    .nivo-caption { display: none; } “

    #4700
    Grace Themes
    Member

    Hi Brian,

    To disable the homepage slider caption box
    Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
    and use below css code

    .nivo-caption { display: none !important; }

    Regards
    Grace Themes

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