Slider Caption Heading size

Discussion in 'Cloriato WordPress Theme' started by ebusdk, Apr 15, 2013.

  1. ebusdk

    ebusdk Member

    Joined:
    May 14, 2012
    Messages:
    40
    Likes Received:
    1
    Location:
    Denmark
    If I want to make the slider Caption Heading smaller, what class do I need to edit? Is it the general <h2> or a special one?
     
  2. ebusdk

    ebusdk Member

    Joined:
    May 14, 2012
    Messages:
    40
    Likes Received:
    1
    Location:
    Denmark
    Found the stylesheet myself :) - problem solved

    HTML:
    #slides .caption h2 {
        font-size:24px;
        margin-bottom:10px;
        width:355px;
        z-index:2;
        position:relative;
    }
     

Share This Page