Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #128248
    wouwonline
    Participant

    Hi, I want a white background, so I need to change the color of the logo slider texts (title and text).
    How can I change that?

    http://test.blokker-fysiotherapie.nl/

    #128260
    tikaram
    Keymaster

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

    #logo-section .entry-title {
    	color: #000;
    }
    #logo-section p {
    	color: #000;
    }

    Please change the color-code if you would like to use a different color. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change color of Logo slider’ is closed to new replies.