• Resolved leagoo

    (@leagoo)


    Hello,

    I am using i-excel theme and want to remove and or change the Slide Title, Link text, Link URL and Description using the CSS Edit, but can’t find the source.

    If anyone can help and point me in the right direction it would be greatly appreciated.

    Thanks
    Gary

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author marsian

    (@marsian)

    Try adding following lines of CSS code in “Appearance” > “Customize” > “Layout Options” > “Additional Style”

    /* For Title */
    .ibanner .nx-slider-container h2 {
    display: none;
    }
    
    /* for Content */
    .ibanner .nx-slider-container p {
    display: none;
    }
    
    /* For link */
    .ibanner .nx-slider-container a.da-link {
    display: none;
    }
    Thread Starter leagoo

    (@leagoo)

    Hi Marsian

    Thank you that worked, as was exactly what I was looking for!

    Just for anyone else looking to achieve this you will find it in Edit Themes > i-excel: Stylesheet (style.css) > * 6.3 Banner slider

    I just added the code in the Customising Layout Options in Additional style
    add extra style(CSS) codes here

    Kind Regards
    Gary

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘i-excel Slider Title edit CSS’ is closed to new replies.