I am trying to hide the “READ MORE” text from the slider but I cannot. There is a CCS code? I was looking for a solution over here but it seems there is just a code to hide everything from the slider, but not only the read more text.
Another thing (I apologize for the second post): it would be possible to hide the name of just a specific category? I have “hot” category just to send post to the slider, but I do not want to show this category with the posts.
I hope you are well today and thank you for your questions.
I am trying to hide the “READ MORE” text from the slider but I cannot. There is a CCS code? I was looking for a solution over here but it seems there is just a code to hide everything from the slider, but not only the read more text.
You can try achieving this 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 .read-more {
display: none;
}
Another thing (I apologize for the second post): it would be possible to hide the name of just a specific category? I have “hot” category just to send post to the slider, but I do not want to show this category with the posts.
Yes it is possible by developing CSS code.
Could you please share me your site URL where it’s displaying and tell me from which section you want to hide it so that i can help you to achieve it?