Okay
  Public Ticket #1826564
Text hover colour
Closed

Comments

  • Trentsun started the conversation

    Hi there,

    Can I do custom text hover colour? for portfolio. I can see where to do custom background hover colour, but when I do the custom hover background I can't change the text colour.

    Thanks

    Trent

  • [deleted] replied

    Hi Trent,

    I'm not sure what exactly you are trying to achieve and for which exact area you are talking about Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.

    Thank you!

  • Trentsun replied

    Hi Ylli,

    See the attachment - there is a dark text on dark background.

    This is the hover I refer to - I can change the background but not the text colour.

    How do I change the text colour?

    Thanks

  • [deleted] replied

    Hi Trent,

    Thanks for your explanation.

    Please add the code below to your Custom CSS area:

    .portfolio-holder .thumb .hover-state.hover-style-white h3 a {
        color: #fff;
    }

    Thanks!

  • Trentsun replied

    Hi Ylli,

    The code did not work but I managed to get white text working.

    Am I able to increase that font size? just for that tile?

    Login: [email protected]

    password: Benji2014

    Thanks

    Trent

  • [deleted] replied

    Hi Trent,

    Please add the code below to your Custom CSS area:

    .portfolio-holder .thumb .hover-state .info h3 {
        font-size: 30px !important;
    }

    Have a great day!