• Resolved AJohnson09

    (@ajohnson09)


    Hi – I am a new WordPress user and have very limited coding experience. I will be using the easy custom CSS option for what I’d like to do.

    The built-in theme header slider has the button located on the left. I’d like to do the following:

    1. Change the location of the button and it’s rectangular background to the center of the slider(s).

    2. Change the appearance of the rectangular background from black to white.

    I’d also like to change the entire site background from the light gray color to white in the custom css box. What is the code for that?

    Link to site https://withglitterandgrace.com

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter AJohnson09

    (@ajohnson09)

    I FOUND the answer to the 3rd question so please disregard above. I still need answers for questions 1&2.

    1) Snippet

    2) Add this to above solution:

    .carousel-caption {
      background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    }

    Thread Starter AJohnson09

    (@ajohnson09)

    Hi rdellconsulting. THANK YOU SO MUCH! This is exactly what I needed. I also have been looking through your other snippets for this theme and they have been very helpful. Keep up the great work…it is highly appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Slider Button Location and Appearance’ is closed to new replies.