• Resolved Heather

    (@heatherfish)


    Hello. I am trying to figure out how to remove the title text and other text in the slider images. I have tried using the CSS code that was suggested in other threads, but it doesn’t work.

    I do not seem to be knowledgeable enough to use the Metaslider either as I could not size it right for the life of me.

    I just want to remove that pesky text. I sell jewelry and those images paired with the white text makes for a busy combination.

    Thank you for a beautiful theme!!! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Heatherfish! ??
    This should be easily done with css. How did you apply the css that did not work? Custom css plugin or child theme? And what code did you use?

    This css worked for me:

    .home-slider div h3 {
    	display: none;
    }

    This will remove the header3 on the slider. Anything else you wanted to remove?

    Thread Starter Heather

    (@heatherfish)

    I just tried your code and it worked! I must have been trying to use the wrong code… of course it was 4:00 in the morning…

    Thank you so very much!!!

    Glad I could help you Heatherfish ?? If you need any more help, I’d be glad you help you again ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove the Title Text in the Slider Images’ is closed to new replies.