• Hello everyone,

    Probably it is the best place to ask about Sydney theme.

    I have big problem with modification themplate Sydney.
    My website is available at: http://www.createbusiness.pl

    1) When I scrolling up, header change in the black bar. How change the color to white ?

    2) On the home page is slider. For all slides is the same “call to action” button. How can I add new buttons? I need diffrent buttons on all slides.

    These problems made me very worried.
    Please, help me.

    Regards,
    Michael

Viewing 1 replies (of 1 total)
  • Dear Michael,

    > 1

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    .site-header.float-header{
      background-color: rgba(255,255,255,0.9);
    }
    

    For more details about the use of RGBA color in CSS, please go here.

    > 2

    Please try to follow this tutorial posted at our support forum. It is a bit advanced though. I hope that you can be able to follow it easily.

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Change the Header color and buttons in header slider’ is closed to new replies.