Need to Modify Home Page Slider CSS - Acme Themes

Best Premium and Free WordPress Themes Forums Click Need to Modify Home Page Slider CSS

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41521
    metrov
    Participant

    Hi, I currently use “Click” theme. see: http://www.metrovportraits.com I would like to: 1) make the background color of the slider “white” instead of “black.” 2) I would like to “hide” the translucent black text bar that covers the bottom portion of the home page slider images.

    Can someone tell me how to change the CSS to accomplish this?

    Thanks!

    #41674
    acmethemes
    Keymaster

    Dear Metrov,
    Please add the given code in Additional CSS.
    Appearance->Customize->Additional CSS.
    ` #controls-wrapper{
    display:none !important;
    }
    #supersized li{
    background:#fff;
    }`

    Best Regards!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.