Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28634
    altair
    Member

    hello,
    I just installed the free theme: Catch Kathmandu
    I managed to change the images of the slider.
    Against by the text is displayed with a transparent while my images on white and other colors on a blue background.

    How to have only the text no background for this area?

    thank you

    #28743
    Sakin
    Keymaster

    @altair: How did you change the image of the Slider, You have to use your post to change it. As Catch Kathmandu Free theme only have Featured Post Slider and Featured Category Slider to choose from. See the theme instructions at http://catchthemes.com/theme-instructions/catch-kathmandu/

    To remove the background color from Slider textbox, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-container, 
    #main-slider .entry-container:hover {
        background: none transparent;
        border: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to have transparent background for the text of slide?’ is closed to new replies.