Viewing 8 replies - 1 through 8 (of 8 total)
  • Hey there debabratsharma,

    How are you doing today?

    I’m not sure which caption you’re referring to, would you mind posting link to your site and let me know what you’re looking to remove and I’ll be more then happy to assist you with that by providing some custom CSS ??

    Looking forward for your response.

    Best regards,
    Bojan

    Thread Starter debabratsharma

    (@debabratsharma)

    actually the text that appears on the sliders bottom

    Hey again,

    I understand where the text is being displayed, I’m just not sure which part exactly you’re looking to remove.

    If you want to remove the following https://screencast.com/t/KmGrfe3L6yhR then please try adding the following code to Appearance -> Theme Options -> Custom CSS:

    .slideInfoZone {
        display: none;
    }

    In case you just want to remove the title please use this instead:

    .jdGallery .slideInfoZone h3 {
        display: none;
    }

    If the code doesn’t work or this is not what you want please post link to your site and let me know which part you want to remove.

    Best regards,
    Bojan

    Thread Starter debabratsharma

    (@debabratsharma)

    ok…let me have a look

    Thread Starter debabratsharma

    (@debabratsharma)

    it worked fine….Thank you…..there is a bulb type icon displaying in the middle of the slider image…Can we remove it too

    Hey again,

    You should be able to remove the bulb icon by adding the following:

    .withArrows a.open:hover {
        background: none;
    }

    Please let me know if this works ??

    Cheers,
    Bojan

    Thread Starter debabratsharma

    (@debabratsharma)

    Ya this too worked out…..I also want to adjust the width of the whole display area i.e. container may be so that my background image is more visible…

    Theme Author Richie KS

    (@rkcorp)

    the whole container can be adjust by adding this to theme option->custom css

    footer .innerwrap, header .innerwrap, #bodywrap, .innerwrap-custom-header, #main-navigation .innerwrap {max-width: 960px;}

    edit the 960 to your own..

    thank again @bojan for helping out the thread ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘featured slider title’ is closed to new replies.