Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #46133
    maria
    Member

    How can I color the background for the title text on the Featured sliders? Currently the title text has a transparent background which gets lost in the image,

    Thanks

    #46195
    Sakin
    Keymaster

    @maria: To change the background color and text color in the featured slider, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-title span, #main-slider .entry-title span:hover {
        background: none #000;
        color: #fff;
    }
    #47265
    Jens
    Member

    That works perferct for the title box. Could you please provide the code for content box as well ?

    Thanks

    #47271
    Sakin
    Keymaster

    @maria: To change the background color and text color in the featured slider content, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-content, #main-slider .entry-content:hover {
        background: none #000;
        color: #fff;
    }
    #63799
    Dhuan
    Member

    while the color of the text how to change
    only the color of the text in the title page slidera

    #63800
    Sakin
    Keymaster

    @Dhuan: Sorry I don’t get it what you mean. Can you explain in reference with your site URL.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured Sliders titles background color’ is closed to new replies.