change slider font or color?

  • TheFilmBox.org

    #9647

    The excerpt font in the slider default is a light grey text on a light grey background. How and where can I chnage this to contrast and make it easier to read? There are a number of color options within the theme but I couldn’t find any for the slider beyond background color. CSS modification? What would that code be? Thanks.

    Website is http://thefilmbox.org/

    Mod

    Kenneth John Odle

    #44225

    To change the color of the top and bottom bars, go to

    Graphene Options >> Colors >> Slider

    To change the color of the background of the post title and description:

    .slider-entry-wrap {background: #000;}

    To change the color of the post title in the slider:

    .slider_post h2 { background: #000;}

    To change the color of the post description in the slider:

    slider_post_entry {background: #000;}

    Add all CSS changes to Custom CSS feature in Graphene or child theme stylesheet.

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.