Home Forums Basel support forum Problem with colors

Problem with colors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #275366

    sandervbeuningen
    Participant

    Hi there,

    Hope you can help.

    I want the hover and the text in another color.
    Do you have a CSS for me?
    See my printscreen.

    https://ibb.co/3R5p3VW
    https://ibb.co/FBtvJMp

    #275544

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .vc_toggle .vc_toggle_title h4 {
        color: yellow;
    }
    body .vc_toggle .vc_toggle_title h4:hover {
        color: orange;
    }

    Best Regards

    #275719

    sandervbeuningen
    Participant

    Thanks for your CSS.

    There is still a grey hover, check my printscreen.
    I cant find it.

    https://ibb.co/vcJ3jBN here is the hover my color
    but when you move your mouse, then the hover is still grey: https://ibb.co/tP8XWX6

    #275848

    Hello,

    Have you removed the block I can not find it now, please provide the page URL.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)