Jump to content

About My Media - ES 4790


CarlosLima
Go to solution Solved by Happy2Play,

Recommended Posts

CarlosLima

Hi,
Is it possible for a code to remove the title below the image since I have the title on the image itself?
Thank You very much.

Screenshot.png

Link to comment
Share on other sites

CarlosLima
/* #44 - Menu grande imagem sem texto - Happy2Play-120420 */
div.section1 div.cardText {display: none;}

Hi, unfortunately coming back to bother you for help.
The code I use to remove the text below the image is this one, but it also removes it from My Media (Small).
Please I ask for help to adjust the code so that it only affects the regular My Media and not the small one. Thanks

Screenshot.png

Edited by CarlosLima
Link to comment
Share on other sites

  • Solution
Happy2Play

🙂You mean this

div.homeSectionsContainer div.section1 div.cardText:not(.bannerCard .cardText) {
    display: none;
}

 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...