Make First Slider Heading Font Bold and Italic

Discussion in 'Subscribely v2 WordPress Theme' started by jf9858, May 25, 2015.

Thread Status:
Not open for further replies.
  1. jf9858

    jf9858 New Member

    Joined:
    Aug 11, 2014
    Messages:
    2
    Likes Received:
    0
    Hi,
    Can you tell me the custom CSS to make the first slider heading font bold and italic? It is the Subscribely Theme.
    Thanks.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #slider_wrapper .entry h1.entry_heading {
      font-style: italic !important;
      font-weight: bold !important;
    }
    Thanks,
    Praveen
     
  3. jf9858

    jf9858 New Member

    Joined:
    Aug 11, 2014
    Messages:
    2
    Likes Received:
    0
    Thank you. It worked. :)
     
Thread Status:
Not open for further replies.

Share This Page