Home Forums Free Themes Signify Color text on Featured Slider

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #182580
    Dirk
    Participant

    How can I change the color of the text on the Featured Slider?
    It is now black (even though i selected pink) on a darker background

    https://keto-cado.com/

    #182581
    sanam
    Keymaster

    Hello @DIRK, Please add this CSS in the Additional CSS

    .feature-slider-wrapper .entry-container .entry-summary{
    color: #f5808c;
    }

    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
    you can change the color code as per your need.

    Regards,
    Themepalace

    #182585
    Dirk
    Participant

    works.

    Can I also change size and add “enter” so text goes on mutliple lines?
    Now the text goes over the dog
    https://keto-cado.com/

    #182586
    sanam
    Keymaster

    Please use this css below :
    @media only screen and (min-width: 85.375em) {
    #feature-slider-section .entry-summary {

    font-size: 1.3125rem;
    }

    }

    You can adjust the number as per your need.

    #182595
    Dirk
    Participant

    can i also do max width?
    What is em and rem?

    #182634
    sanam
    Keymaster

    For the width please use the following CSS
    .custom-header-content-wrapper, #feature-slider-section .entry-container {
    width: 490px;
    }

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