badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Image slider on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #58836
    ceylan.top
    Participant

    How can I change the font color for Image Slider on mobile version (responsive)?
    The font color is white and not really readable.

    #58841

    Hi,

    Just go to Appearance > Customize > Additional CSS and paste below custom CSS code and save it

    @media only screen and (max-width: 767px) {
        .featured-slider .featured-slider-content .entry-title, 
        .featured-slider .featured-slider-content .entry-title a,
        .featured-slider .featured-slider-content .entry-content {
            color: #ffffff;
        }
    }

    Note: Change above HEX color code #ffffff to your own HEX color code to change the featured slider content color on mobile version.

    #59031
    ceylan.top
    Participant

    Thanks it works perfectly

    #59069

    Welcome anytime @ceylan-top

    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/theme/superior/reviews/?filter=5

    We really appreciate your rating.

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.