Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #314293
    pixelfaenger
    Participant

    Hey *,

     

    Changing “Slider Content Color” and “Slider Text Color” to white, the normal, the desktop view looks as wanted.

    Content and Text is white.

    Opening the page on a mobile phone or using f12 for emulating, the Content and Text has a different color.

    What am I doing wrong? I am using the “light” Version of the theme with customized colors.

     

    Thanks and kind regards

    Heiko

    #314302
    tikaram
    Keymaster

    @pixelfaenger : Can you please post in your site URL so that I can check for color issue on your site and provide you the fix.

    Regards,
    Tikaram

    #314313
    pixelfaenger
    Participant

    @tikaram : sure thing.

    https://burgrestaurant-muenchhausen.de 

     

    And thank you in advance.

    #314466
    pixelfaenger
    Participant

    @tikaram Hey Sir, is there anything new about the topic?

    Could you already took a closer look?

     

    Regards,

    Heiko

    #314467
    tikaram
    Keymaster

    @pixelfaenger : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.

    /* Slider Text Color */
    .slider-content-wrapper .entry-title,
    .slider-content-wrapper .sub-title,
    .slider-content-wrapper .entry-title a,
    .slider-content-wrapper .entry-meta a,
    .slider-content-wrapper .cycle-prev,
    .slider-content-wrapper .cycle-next,
    .custom-header .entry-title,
    .custom-header .entry-meta a,
    .color-scheme-light .scroll-down,
    .color-scheme-light .custom-header .entry-summary {
        color: #ffffff;
    }
    
    .slider-content-wrapper .cycle-prev,
    .slider-content-wrapper .cycle-next {
        border-color: #ffffff;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #314470
    pixelfaenger
    Participant

    @tikaram

    It did help, indeed.

    Could you add some explanation for me? I am at war with css 0=)

    And is this going to be fixed in the Theme, or will I have to have an eye on that one?

    It also seemed to only happen on emulations of Android-Phones. iOS looked correct, when I checked it a few hours ago, without your fix.

     

    Thanks and kind Regards,

    Heiko

    #314481
    tikaram
    Keymaster

    @pixelfaenger : I will forward the issue with the development team and let you know soon.

    Regards,
    Tikaram

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Changing Slider-Color does not affect mobile-view’ is closed to new replies.