• Resolved kaetiw1

    (@kaetiw1)


    Hello,
    i want to change the backgroundcolors (text) of the slideshow an the text of the “Read me” button.
    In other themes I found some options on the costumizer-area, not so here.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hi,

    You would have to add some custom CSS code.
    These are the default values that are in the theme.

    #ilovewp-hero .content-wrapper {
        background-color: #131313;
        background-color: rgba(12,12,12,0.92);
    }
    
    #ilovewp-hero .hero-button-anchor {
        background-color: #fff;
        color: #111;
    }
    
    #ilovewp-hero .hero-button-anchor:hover,
    #ilovewp-hero .hero-button-anchor:focus {
    	background-color: #111;
    	color: #fff;
    }

    You can overwrite them by adding custom CSS code in Appearance > Customize > Additional CSS.

    Best regards,
    Dumitru

    Thread Starter kaetiw1

    (@kaetiw1)

    Hello,
    I did, but it doesn′t work. Where ist the problem? Thank you!

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hi,

    Because you have incorrect code.
    This is what you have:

    #ilovewp-hero .content-wrapper {
        background-color: #ilovewp-hero .content-wrapper { background-color: #7f94a5; background-color: rgba(12,12,12,0.92); } #ilovewp-hero .hero-button-anchor { background-color: #fff; color: #111; } #ilovewp-hero .hero-button-anchor:hover, #ilovewp-hero .hero-button-anchor:focus { background-color: #111; color: #fff; };
        background-color: rgba(12,12,12,0.92);
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I want to change the colors of the Slideshow’ is closed to new replies.