• Resolved elamaranr

    (@elamaranr)


    Hi,

    Thanks for the great theme. This was everything I have been looking for over a year now and now when I’m about to complete the site’s design, I got stuck with one little thing. This was especially after the update on May 4th, 2016.

    I have a couple of blackish images for slides and thus I wanted the text in slider to be white.

    So, I changed the css in the Child Theme like this (This was working until I updated the theme.

    .business_elite.btn_red a, .business_elite.btn_trans a, #slideshow .bwg_slideshow_description_text * {
        color: #fff !important;
    }

    However, the slide text are still #000000. Please help on this. Thanks again for this wonderful theme.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Sona

    (@support-web-dorado)

    @elamaranr,

    Please instead use the following code adding it to style.css style

    .bwg_slideshow_description_text{
    color:#ff0000 !important;
    }

    This option where you can change the slider color to your desired option.

    Thread Starter elamaranr

    (@elamaranr)

    Hi,

    I even tried that. But the text color remains black. FYI, I am using Child Theme Configurator plugin to create child themes and as I already mentioned, the color was white as per my CSS modifications. And, all of a sudden it changed back to black after the update two days back.

    Please help.

    Sona

    (@support-web-dorado)

    @elamaranr,

    Please open up the main theme (not child one) here remove the line as seen here -https://gyazo.com/befa1f3950e74629d455aaa7bbf8448a

    And then add the previous code to your child theme. Thank you.

    Hi there,

    Like @elamaranr, I am also having this same issue with the text color. Everything was fine until updating the theme. I have followed your instructions @sona in editor for the parent and child themes and the text color remains black.

    Please help. This theme truly is wonderful. Thanks in advance for helping us figure this out.

    Sona

    (@support-web-dorado)

    @askkellyhow,

    Can you please contact our support team at support[at]web-dorado.com in case if the issue remains. Thank you.

    Hi there,

    Same issue.
    I’ve tried all the step explained above without uccess. Test in black and not visible in my homepage.

    Please advise

    Hey there,

    just started using your theme (free version) and I want to change the color from the Slide text to white but I’m not being able to.

    How can I do it?

    Thanks

    Hello, @phdl!

    Thank you for your time posting your inquiry!

    Could you please try adding the following CSS code to Additional CSS?

    .bwg_slideshow_description_text *,
    .bwg_slideshow_description_text a {
        color: #ffffff !important;
        border-color: #ffffff !important;
    }
    .business_elite.btn_trans a {
        color: #ffffff !important;
    }

    In case this doesn’t work, please post the link to your website, and we’ll have a look.
    Cheers!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Changing the color of Slide's text’ is closed to new replies.