Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2377
    eag
    Member

    Hello,

    Can anyone share the CSS code to use to make the subheadling in Simple Catch themes bold and italicized.  FYI, my site is http://womenfindingtruelove.com.

    Thanks for your support. Elizabeth G.

    #2389
    ronmerk
    Participant

    Hi Elisabeth:

    Go into theme options > CSS

    Try adding the following code into the CSS field:

    h2#site-description {font-style:italic;font-style:bold;}

    I’m not the best CSS coder by a long shot, but give it a try. If it doesn’t work out for you, just delete and then wait for Sakin to answer. His code is perfect! 🙂

    Ron

    PS Nice site, by the way!

     

    #2446
    Sakin
    Keymaster

    Hi Elisabeth,

    You you can add the Custom CSS in Custom CSS box which you will find in “Theme Options -> Custom CSS” box in your WordPress Dashboard.

    Correction to Ron’s css. See it as below:

    h2#site-description {
    font-style: italic;
    font-weight: bold;
    }

    Thanks Ron for your support.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Making the Sub-Headline Bold and italicized’ is closed to new replies.