Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #112141
    Steven
    Participant

    Hello,

    Is it possible to change the logo slider background to white and title to black? From the customize > color menu, it seems to be missing from the other content elements there.

    Thanks in advance for your assistance.

    #112160
    Mahesh
    Keymaster

    @stevphel: This can be done with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #logo-section {
        background-color: #fff;
        color: #000;
    }

    Regards,
    Mahesh

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