Your Time:
Our Time:
← Back to discussions

Change Color of Slider text

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 4 replies, 3 voices, and was last updated 7 years, 1 month ago by Fem.

  • 2019-07-22 at 7:06 pm
    Unknown Support Status
    #25576
    shtechlab
    Participant
    • Topics: 2
    • Replies: 3
    • Total posts: 5
    • Post count: 10

    Dear all,

    i use pictures for the slider on the main page. The current color of the text is set to white. This does not work so good for my pictures. How can i change that color?

    2019-07-23 at 11:37 am
    #25581
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Provide your website link so that I can resolve your issue.

    2019-07-23 at 12:24 pm
    Unknown Support Status
    #25582
    shtechlab
    Participant
    • Topics: 2
    • Replies: 3
    • Total posts: 5
    • Post count: 10

    shtechlab.de

    The text which lies over the slider is white. I want to change that color into black. I am using the labora-slider. I tried adding html code into the title but this broke the slider 🙂

    edit:
    ok i found a way but thats very dirty and i have to delete the title.

    edit2:
    nope that did not work. when i leave the title empty it shows (no title) on top of the image.

    • This reply was modified 7 years, 1 month ago by shtechlab.
    • This reply was modified 7 years, 1 month ago by shtechlab.
    2019-07-23 at 1:21 pm
    #25585
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    You have to add the below code in your custom CSS.

    for title add this one
    .flex-title h2 {
    color: #000000 !important;
    }

    for paragraph, text add this one
    .flex-content {
    color: #000000 !important;
    }

    • This reply was modified 7 years, 1 month ago by Fem.
    2019-08-10 at 12:47 pm
    #25643
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    This support request has been awaiting your response for over 9 days.

    Since we have not heard from you in over 9 days, this support request is considered to be resolved. Of course, if you feel that this request is not resolved, you may respond to it at any time and a support agent will get back to you momentarily.

The topic ‘Change Color of Slider text’ is closed to new replies.