• Resolved expertimmodelarc

    (@expertimmodelarc)


    Hello,

    Given the blue background color I need the “View More” button is no more visible.
    I tryed to setup following custom css :
    a{color:white;text-decoration:underline}
    a:hover{color:grey;text-decoration:underline}

    but color is not changed.
    What would you recommand ?

    Regards
    JP FOL

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello JP FOL,
    I have no idea what you are trying to achieve yet, please clarify.
    Best regards

    Thread Starter expertimmodelarc

    (@expertimmodelarc)

    Hello,

    I wanted to make the “View More” link visible by changing its default colors which happens to be same as my needed/selected background color.

    I solved it using following Custom css syntax.
    .eu-cookies-bar-cookies-bar-message a {color:white;text-decoration:underline}
    .eu-cookies-bar-cookies-bar-message a:hover {color:grey;text-decoration:underline}

    Regards
    JP FOL

    Thank you for the information.
    I now mark this topic as resolved as you solved the issue yourself.
    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Howto Change View More button color’ is closed to new replies.