Hide flex-caption

Hi

I tried to hide the text on the slider with
.flex-caption h2{
display: none;
}

I also tried
h2.entry-title{
display: none;
}

Any suggestion what else I can try?

Hi @gregorivaletti,

I hope you are well today and thank you for your question.

You can try hiding it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.flex-caption {
    display: none;
}

Best Regards,
Movin

Hi

Thanks, I allready tried that but it seems like it didnt work, nothing happend.

It is working fine for me on my test site.

Could you please share me your site URL where it is not working so that i can troubleshoot it?

Hi

the adress is

http://www.sub.gsbinteraktion.se/

I visited your shared site and found the following incorrect CSS code in the style.css file of your child theme therefore the other CSS code is not working.

/*slider typsnitt och färg */
.flex-caption h2{ 
                          font-family: Lato; 
                          color:  #191919;

Please correct the above code as following.

/*slider typsnitt och färg */
.flex-caption h2{ 
                          font-family: Lato; 
                          color:  #191919;
}

This code worked for me:
.flex-caption {
display: none;
}

But the problem is, I don’t want all of the captions to be removed. I’ve got 4 sliders/images and wondering if it will be possible to remove captions for only two of them and display for the other two? Using Dazzling V 2.1.1 btw.

@vinot This topic is for Activello theme so to help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/dazzling/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Oops, sorry about that. Putting it in a new thread. Thank you.

You are most welcome :slight_smile: