Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #126813
    Ulrich
    Participant

    Dear support,

    is it possible to change the color and size of the text of the content box in the featured slider?

    Like from #fff to #333 and bigger size.
    https://www.stiftung-meeresschutz.org/

    Regards
    Ulrich

    #126884
    tikaram
    Keymaster

    @dsm : Go to Appearance => Customize => Additional css and add the following css

    #main-slider .entry-container, #main-slider .slides .entry-title a {
    	color:#333 !important;
    }
    @media screen and (min-width: 1024px){
    #main-slider .entry-header .entry-title a {
    	font-size:40px !important;
    }
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #126894
    Ulrich
    Participant

    Hi Tikaram,

    Thank you very much. This changes the color of both the title and the content.Is there a way to only address the content box?

    I already have this added as Additional CSS for changes of the title size and color:


    @media
    only screen and (min-width: 990px) {
    #main-slider .slides .entry-title a {
    color: #fff;
    font-size: 35px;
    }
    }

    Regards
    Ulrich

    #126922
    tikaram
    Keymaster

    @dsm : To change the content box color add the following css.

    #main-slider .entry-container {
    	color:#333 !important;
    }
    @media screen and (min-width: 990px){
    #main-slider .entry-content {
    	font-size: 25px;
    }
    }

    Regards,
    Tikaram

    #126943
    Ulrich
    Participant

    @Tikaram: Thanks, this does it very nicely. As always: fantastic support!

    Regards

    Ulrich

    #126977
    tikaram
    Keymaster

    @dsm : Glad to know that the issue has been resolved. Let me know if you have any further issues.

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Featured Slider Content Text Color and size’ is closed to new replies.